Html Css Color HEX #9C421F Rock Spray

📋 copy color: '#9C421F'

red 156 ◦ green 66 ◦ blue 31

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

Shades of Rock Spray #9C421F

Tints of Rock Spray #9C421F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.25%

R = 61.66%
G = 26.09%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.39

RGB Variations

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

Color information

#9C421F (or 0x9C421F) is known color: Rock Spray. HEX triplet: 9C, 42 and 1F. RGB value is (156,66,31). Sum of RGB (Red+Green+Blue) = 156+66+31=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C421F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C421F is #63BDE0. Grayscale: #595959. Windows color (decimal): -6536673 or 2048668. OLE color: 2048668.

HSL color Cylindrical-coordinate representation of color #9C421F: hue angle of 16.8º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C421F is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 66 31 -
CMYK 0 0.58 0.80 0.39
HSL 16.8º 0.67% 0.37% -
HSV(B) 16.8º 0.8% 0.61% -
XYZ 15.91 11.06 2.59 -
YUV 88.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 156 66 31 0 0.58 0.80 0.39 16.8 0.67 0.37
Hex 9C 42 1F 0 3A 50 27 11 43 25
Octal 234 102 37 0 72 120 47 21 103 45
Binary 10011100 1000010 11111 0 111010 1010000 100111 10001 1000011 100101

Color Harmonies of #9C421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C421F

Black with #9C421F

Text Example


Text Example

White with #9C421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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