#9B242A

Color #9B242A Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9B242A

Tints of Bright Red #9B242A

Color information

#9B242A (or 0x9B242A) is unknown color: approx Bright Red. HEX triplet: 9B, 24 and 2A. RGB value is (155,36,42). Sum of RGB (Red+Green+Blue) = 155+36+42=233 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.52% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 155 - color contains mainly: red. Hex color #9B242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B242A is #64DBD5. Grayscale: #484848. Windows color (decimal): -6609878 or 2761883. OLE color: 2761883.

HSL color Cylindrical-coordinate representation of color #9B242A: hue angle of 356.97º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B242A is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB1553642-
CMYK00.770.730.39
HSL356.97º62.3%37.45%-
HSV(B)356.97º76.77%60.78%-
XYZ14.578.43.04-
YUV72.26110.92187.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 66.52%
GREEN value IS 36 (14.45% from 255) = 15.45%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=66.52%
G=15.45%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155364200.770.730.39356.9762.337.45
Hex9B242A04D49271653e25
Octal23344520115111475457645
Binary10011011100100101010010011011001001100111101100101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B242A; }

 p { color: rgb(155,36,42); }

 H1.HeaderClassName
 {
   color: #9B242A;
 }
 .AnyTagClassName
 {
   color: #9B242A;
 }
</style>
background-color css

<style>
 a { background-color: #9B242A; }

 a { background-color: rgb(155,36,42); }

 div.DivClassName
 {
   background-color: #9B242A;
 }
 .BgClassName
 {
   background-color: #9B242A;
 }
</style>
border-color css

<style>
 span { border-color: #9B242A; }

 span { border-color: rgb(155,36,42); }

 td.TdClassName
 {
   border-color: #9B242A;
 }
 .TagClassName
 {
   border-color: #9B242A;
 }
</style>