Html Css Color HEX #A13E1C Rock Spray

📋 copy color: '#A13E1C'

red 161 ◦ green 62 ◦ blue 28

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

Shades of Rock Spray #A13E1C

Tints of Rock Spray #A13E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.7%

 BLUE value IS 28 (11.33% from 255) = 11.16%

R = 64.14%
G = 24.7%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A13E1C (or 0xA13E1C) is known color: Rock Spray. HEX triplet: A1, 3E and 1C. RGB value is (161,62,28). Sum of RGB (Red+Green+Blue) = 161+62+28=251 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.14% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13E1C is #5EC1E3. Grayscale: #575757. Windows color (decimal): -6210020 or 1851041. OLE color: 1851041.

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

Color convert

RGB 161 62 28 -
CMYK 0 0.61 0.83 0.37
HSL 15.34º 0.7% 0.37% -
HSV(B) 15.34º 0.83% 0.63% -
XYZ 16.63 11.11 2.37 -
YUV 87.73 94.3 180.26 -
System Red Green Blue C M Y K H S L
Decimal 161 62 28 0 0.61 0.83 0.37 15.34 0.7 0.37
Hex A1 3E 1C 0 3D 53 25 F 46 25
Octal 241 76 34 0 75 123 45 17 106 45
Binary 10100001 111110 11100 0 111101 1010011 100101 1111 1000110 100101

Color Harmonies of #A13E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13E1C

Black with #A13E1C

Text Example


Text Example

White with #A13E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13E1C; }

 p { color: rgb(161,62,28); }

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

background-color css

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

 a { background-color: rgb(161,62,28); }

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

border-color css

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

 span { border-color: rgb(161,62,28); }

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