Html Css Color HEX #A0371C Rock Spray

📋 copy color: '#A0371C'

red 160 ◦ green 55 ◦ blue 28

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

Shades of Rock Spray #A0371C

Tints of Rock Spray #A0371C

RGB

 RED value IS 160 (62.89% from 255) = 65.84%

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

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

R = 65.84%
G = 22.63%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0371C (or 0xA0371C) is known color: Rock Spray. HEX triplet: A0, 37 and 1C. RGB value is (160,55,28). Sum of RGB (Red+Green+Blue) = 160+55+28=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A0371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0371C is #5FC8E3. Grayscale: #535353. Windows color (decimal): -6277348 or 1849248. OLE color: 1849248.

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

Color convert

RGB 160 55 28 -
CMYK 0 0.66 0.82 0.37
HSL 12.27º 0.7% 0.37% -
HSV(B) 12.27º 0.83% 0.63% -
XYZ 16.07 10.29 2.24 -
YUV 83.32 96.79 182.7 -
System Red Green Blue C M Y K H S L
Decimal 160 55 28 0 0.66 0.82 0.37 12.27 0.7 0.37
Hex A0 37 1C 0 42 52 25 C 46 25
Octal 240 67 34 0 102 122 45 14 106 45
Binary 10100000 110111 11100 0 1000010 1010010 100101 1100 1000110 100101

Color Harmonies of #A0371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0371C

Black with #A0371C

Text Example


Text Example

White with #A0371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0371C; }

 p { color: rgb(160,55,28); }

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

background-color css

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

 a { background-color: rgb(160,55,28); }

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

border-color css

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

 span { border-color: rgb(160,55,28); }

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