Html Css Color HEX #A0371A Rock Spray

📋 copy color: '#A0371A'

red 160 ◦ green 55 ◦ blue 26

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

Shades of Rock Spray #A0371A

Tints of Rock Spray #A0371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.79%

R = 66.39%
G = 22.82%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0371A (or 0xA0371A) is known color: Rock Spray. HEX triplet: A0, 37 and 1A. RGB value is (160,55,26). Sum of RGB (Red+Green+Blue) = 160+55+26=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0371A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0371A is #5FC8E5. Grayscale: #535353. Windows color (decimal): -6277350 or 1718176. OLE color: 1718176.

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

Color convert

RGB 160 55 26 -
CMYK 0 0.66 0.84 0.37
HSL 12.99º 0.72% 0.36% -
HSV(B) 12.99º 0.84% 0.63% -
XYZ 16.05 10.28 2.12 -
YUV 83.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 160 55 26 0 0.66 0.84 0.37 12.99 0.72 0.36
Hex A0 37 1A 0 42 54 25 D 48 24
Octal 240 67 32 0 102 124 45 15 110 44
Binary 10100000 110111 11010 0 1000010 1010100 100101 1101 1001000 100100

Color Harmonies of #A0371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0371A

Black with #A0371A

Text Example


Text Example

White with #A0371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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