Html Css Color HEX #A13A18 Rock Spray

📋 copy color: '#A13A18'

red 161 ◦ green 58 ◦ blue 24

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

Shades of Rock Spray #A13A18

Tints of Rock Spray #A13A18

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.87%

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

R = 66.26%
G = 23.87%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A13A18 (or 0xA13A18) is known color: Rock Spray. HEX triplet: A1, 3A and 18. RGB value is (161,58,24). Sum of RGB (Red+Green+Blue) = 161+58+24=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13A18 is #5EC5E7. Grayscale: #555555. Windows color (decimal): -6211048 or 1587873. OLE color: 1587873.

HSL color Cylindrical-coordinate representation of color #A13A18: hue angle of 14.89º 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 #A13A18 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 58 24 -
CMYK 0 0.64 0.85 0.37
HSL 14.89º 0.74% 0.36% -
HSV(B) 14.89º 0.85% 0.63% -
XYZ 16.38 10.67 2.06 -
YUV 84.92 93.62 182.26 -
System Red Green Blue C M Y K H S L
Decimal 161 58 24 0 0.64 0.85 0.37 14.89 0.74 0.36
Hex A1 3A 18 0 40 55 25 F 4A 24
Octal 241 72 30 0 100 125 45 17 112 44
Binary 10100001 111010 11000 0 1000000 1010101 100101 1111 1001010 100100

Color Harmonies of #A13A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13A18

Black with #A13A18

Text Example


Text Example

White with #A13A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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