Html Css Color HEX #A13D24 Rock Spray

📋 copy color: '#A13D24'

red 161 ◦ green 61 ◦ blue 36

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

Shades of Rock Spray #A13D24

Tints of Rock Spray #A13D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.95%

R = 62.4%
G = 23.64%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A13D24 (or 0xA13D24) is known color: Rock Spray. HEX triplet: A1, 3D and 24. RGB value is (161,61,36). Sum of RGB (Red+Green+Blue) = 161+61+36=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13D24 is #5EC2DB. Grayscale: #585858. Windows color (decimal): -6210268 or 2375073. OLE color: 2375073.

HSL color Cylindrical-coordinate representation of color #A13D24: hue angle of 12º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A13D24 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 61 36 -
CMYK 0 0.62 0.78 0.37
HSL 12º 0.63% 0.39% -
HSV(B) 12º 0.78% 0.63% -
XYZ 16.69 11.04 2.92 -
YUV 88.05 98.63 180.03 -
System Red Green Blue C M Y K H S L
Decimal 161 61 36 0 0.62 0.78 0.37 12 0.63 0.39
Hex A1 3D 24 0 3E 4E 25 C 3F 27
Octal 241 75 44 0 76 116 45 14 77 47
Binary 10100001 111101 100100 0 111110 1001110 100101 1100 111111 100111

Color Harmonies of #A13D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13D24

Black with #A13D24

Text Example


Text Example

White with #A13D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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