Html Css Color HEX #A0402A Rock Spray

📋 copy color: '#A0402A'

red 160 ◦ green 64 ◦ blue 42

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

Shades of Rock Spray #A0402A

Tints of Rock Spray #A0402A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.06%

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 60.15%
G = 24.06%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0402A (or 0xA0402A) is known color: Rock Spray. HEX triplet: A0, 40 and 2A. RGB value is (160,64,42). Sum of RGB (Red+Green+Blue) = 160+64+42=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A0402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0402A is #5FBFD5. Grayscale: #5A5A5A. Windows color (decimal): -6275030 or 2769056. OLE color: 2769056.

HSL color Cylindrical-coordinate representation of color #A0402A: hue angle of 11.19º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0402A is Cyan = 0, Magento = 0.6, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 64 42 -
CMYK 0 0.6 0.74 0.37
HSL 11.19º 0.58% 0.4% -
HSV(B) 11.19º 0.74% 0.63% -
XYZ 16.75 11.31 3.49 -
YUV 90.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 160 64 42 0 0.6 0.74 0.37 11.19 0.58 0.4
Hex A0 40 2A 0 3C 4A 25 B 3A 28
Octal 240 100 52 0 74 112 45 13 72 50
Binary 10100000 1000000 101010 0 111100 1001010 100101 1011 111010 101000

Color Harmonies of #A0402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0402A

Black with #A0402A

Text Example


Text Example

White with #A0402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0402A; }

 p { color: rgb(160,64,42); }

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

background-color css

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

 a { background-color: rgb(160,64,42); }

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

border-color css

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

 span { border-color: rgb(160,64,42); }

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