Html Css Color HEX #A13C18 Rock Spray

📋 copy color: '#A13C18'

red 161 ◦ green 60 ◦ blue 24

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

Shades of Rock Spray #A13C18

Tints of Rock Spray #A13C18

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.49%

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

R = 65.71%
G = 24.49%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A13C18 (or 0xA13C18) is known color: Rock Spray. HEX triplet: A1, 3C and 18. RGB value is (161,60,24). Sum of RGB (Red+Green+Blue) = 161+60+24=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C18 is #5EC3E7. Grayscale: #565656. Windows color (decimal): -6210536 or 1588385. OLE color: 1588385.

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

Color convert

RGB 161 60 24 -
CMYK 0 0.63 0.85 0.37
HSL 15.77º 0.74% 0.36% -
HSV(B) 15.77º 0.85% 0.63% -
XYZ 16.48 10.87 2.09 -
YUV 86.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 161 60 24 0 0.63 0.85 0.37 15.77 0.74 0.36
Hex A1 3C 18 0 3F 55 25 10 4A 24
Octal 241 74 30 0 77 125 45 20 112 44
Binary 10100001 111100 11000 0 111111 1010101 100101 10000 1001010 100100

Color Harmonies of #A13C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C18

Black with #A13C18

Text Example


Text Example

White with #A13C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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