Html Css Color HEX #A13618 Rock Spray

📋 copy color: '#A13618'

red 161 ◦ green 54 ◦ blue 24

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

Shades of Rock Spray #A13618

Tints of Rock Spray #A13618

RGB

 RED value IS 161 (63.28% from 255) = 67.36%

 GREEN value IS 54 (21.48% from 255) = 22.59%

 BLUE value IS 24 (9.77% from 255) = 10.04%

R = 67.36%
G = 22.59%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A13618 (or 0xA13618) is known color: Rock Spray. HEX triplet: A1, 36 and 18. RGB value is (161,54,24). Sum of RGB (Red+Green+Blue) = 161+54+24=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A13618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13618 is #5EC9E7. Grayscale: #525252. Windows color (decimal): -6212072 or 1586849. OLE color: 1586849.

HSL color Cylindrical-coordinate representation of color #A13618: hue angle of 13.14º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A13618 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 54 24 -
CMYK 0 0.66 0.85 0.37
HSL 13.14º 0.74% 0.36% -
HSV(B) 13.14º 0.85% 0.63% -
XYZ 16.18 10.28 2 -
YUV 82.57 94.95 183.94 -
System Red Green Blue C M Y K H S L
Decimal 161 54 24 0 0.66 0.85 0.37 13.14 0.74 0.36
Hex A1 36 18 0 42 55 25 D 4A 24
Octal 241 66 30 0 102 125 45 15 112 44
Binary 10100001 110110 11000 0 1000010 1010101 100101 1101 1001010 100100

Color Harmonies of #A13618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13618

Black with #A13618

Text Example


Text Example

White with #A13618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13618; }

 p { color: rgb(161,54,24); }

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

background-color css

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

 a { background-color: rgb(161,54,24); }

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

border-color css

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

 span { border-color: rgb(161,54,24); }

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