Html Css Color HEX #A13D18 Rock Spray

📋 copy color: '#A13D18'

red 161 ◦ green 61 ◦ blue 24

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

Shades of Rock Spray #A13D18

Tints of Rock Spray #A13D18

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.8%

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

R = 65.45%
G = 24.8%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A13D18 (or 0xA13D18) is known color: Rock Spray. HEX triplet: A1, 3D and 18. RGB value is (161,61,24). Sum of RGB (Red+Green+Blue) = 161+61+24=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13D18 is #5EC2E7. Grayscale: #565656. Windows color (decimal): -6210280 or 1588641. OLE color: 1588641.

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

Color convert

RGB 161 61 24 -
CMYK 0 0.62 0.85 0.37
HSL 16.2º 0.74% 0.36% -
HSV(B) 16.2º 0.85% 0.63% -
XYZ 16.53 10.98 2.11 -
YUV 86.68 92.63 181.01 -
System Red Green Blue C M Y K H S L
Decimal 161 61 24 0 0.62 0.85 0.37 16.2 0.74 0.36
Hex A1 3D 18 0 3E 55 25 10 4A 24
Octal 241 75 30 0 76 125 45 20 112 44
Binary 10100001 111101 11000 0 111110 1010101 100101 10000 1001010 100100

Color Harmonies of #A13D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13D18

Black with #A13D18

Text Example


Text Example

White with #A13D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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