Html Css Color HEX #9C421C Rock Spray

📋 copy color: '#9C421C'

red 156 ◦ green 66 ◦ blue 28

#9C421C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Spray #9C421C

Tints of Rock Spray #9C421C

RGB

 RED value IS 156 (61.33% from 255) = 62.4%

 GREEN value IS 66 (26.17% from 255) = 26.4%

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 62.4%
G = 26.4%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9C421C (or 0x9C421C) is known color: Rock Spray. HEX triplet: 9C, 42 and 1C. RGB value is (156,66,28). Sum of RGB (Red+Green+Blue) = 156+66+28=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C421C is #63BDE3. Grayscale: #585858. Windows color (decimal): -6536676 or 1852060. OLE color: 1852060.

HSL color Cylindrical-coordinate representation of color #9C421C: hue angle of 17.81º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C421C is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 66 28 -
CMYK 0 0.58 0.82 0.39
HSL 17.81º 0.7% 0.36% -
HSV(B) 17.81º 0.82% 0.61% -
XYZ 15.87 11.05 2.39 -
YUV 88.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 156 66 28 0 0.58 0.82 0.39 17.81 0.7 0.36
Hex 9C 42 1C 0 3A 52 27 12 46 24
Octal 234 102 34 0 72 122 47 22 106 44
Binary 10011100 1000010 11100 0 111010 1010010 100111 10010 1000110 100100

Color Harmonies of #9C421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C421C

Black with #9C421C

Text Example


Text Example

White with #9C421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,66,28); }

 H1.HeaderClassName
 {
   color: #9C421C;
 }
 .AnyTagClassName
 {
   color: #9C421C;
 }
</style>

background-color css

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

 a { background-color: rgb(156,66,28); }

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

border-color css

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

 span { border-color: rgb(156,66,28); }

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