Html Css Color HEX #A2371B Rock Spray

📋 copy color: '#A2371B'

red 162 ◦ green 55 ◦ blue 27

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

Shades of Rock Spray #A2371B

Tints of Rock Spray #A2371B

RGB

 RED value IS 162 (63.67% from 255) = 66.39%

 GREEN value IS 55 (21.88% from 255) = 22.54%

 BLUE value IS 27 (10.94% from 255) = 11.07%

R = 66.39%
G = 22.54%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2371B (or 0xA2371B) is known color: Rock Spray. HEX triplet: A2, 37 and 1B. RGB value is (162,55,27). Sum of RGB (Red+Green+Blue) = 162+55+27=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A2371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2371B is #5DC8E4. Grayscale: #545454. Windows color (decimal): -6146277 or 1783714. OLE color: 1783714.

HSL color Cylindrical-coordinate representation of color #A2371B: hue angle of 12.44º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2371B is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 55 27 -
CMYK 0 0.66 0.83 0.36
HSL 12.44º 0.71% 0.37% -
HSV(B) 12.44º 0.83% 0.64% -
XYZ 16.46 10.49 2.19 -
YUV 83.8 95.95 183.78 -
System Red Green Blue C M Y K H S L
Decimal 162 55 27 0 0.66 0.83 0.36 12.44 0.71 0.37
Hex A2 37 1B 0 42 53 24 C 47 25
Octal 242 67 33 0 102 123 44 14 107 45
Binary 10100010 110111 11011 0 1000010 1010011 100100 1100 1000111 100101

Color Harmonies of #A2371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2371B

Black with #A2371B

Text Example


Text Example

White with #A2371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2371B; }

 p { color: rgb(162,55,27); }

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

background-color css

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

 a { background-color: rgb(162,55,27); }

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

border-color css

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

 span { border-color: rgb(162,55,27); }

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