Html Css Color HEX #A13E2F Rock Spray

📋 copy color: '#A13E2F'

red 161 ◦ green 62 ◦ blue 47

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

Shades of Rock Spray #A13E2F

Tints of Rock Spray #A13E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 59.63%
G = 22.96%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A13E2F (or 0xA13E2F) is known color: Rock Spray. HEX triplet: A1, 3E and 2F. RGB value is (161,62,47). Sum of RGB (Red+Green+Blue) = 161+62+47=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13E2F is #5EC1D0. Grayscale: #5A5A5A. Windows color (decimal): -6210001 or 3096225. OLE color: 3096225.

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

Color convert

RGB 161 62 47 -
CMYK 0 0.61 0.71 0.37
HSL 7.89º 0.55% 0.41% -
HSV(B) 7.89º 0.71% 0.63% -
XYZ 16.93 11.23 3.96 -
YUV 89.89 103.8 178.72 -
System Red Green Blue C M Y K H S L
Decimal 161 62 47 0 0.61 0.71 0.37 7.89 0.55 0.41
Hex A1 3E 2F 0 3D 47 25 8 37 29
Octal 241 76 57 0 75 107 45 10 67 51
Binary 10100001 111110 101111 0 111101 1000111 100101 1000 110111 101001

Color Harmonies of #A13E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13E2F

Black with #A13E2F

Text Example


Text Example

White with #A13E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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