Html Css Color HEX #A0422A Rock Spray

📋 copy color: '#A0422A'

red 160 ◦ green 66 ◦ blue 42

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

Shades of Rock Spray #A0422A

Tints of Rock Spray #A0422A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.63%

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

R = 59.7%
G = 24.63%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0422A (or 0xA0422A) is known color: Rock Spray. HEX triplet: A0, 42 and 2A. RGB value is (160,66,42). Sum of RGB (Red+Green+Blue) = 160+66+42=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A0422A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0422A is #5FBDD5. Grayscale: #5B5B5B. Windows color (decimal): -6274518 or 2769568. OLE color: 2769568.

HSL color Cylindrical-coordinate representation of color #A0422A: hue angle of 12.2º 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 #A0422A is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 42 -
CMYK 0 0.59 0.74 0.37
HSL 12.2º 0.58% 0.4% -
HSV(B) 12.2º 0.74% 0.63% -
XYZ 16.86 11.54 3.53 -
YUV 91.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 160 66 42 0 0.59 0.74 0.37 12.2 0.58 0.4
Hex A0 42 2A 0 3B 4A 25 C 3A 28
Octal 240 102 52 0 73 112 45 14 72 50
Binary 10100000 1000010 101010 0 111011 1001010 100101 1100 111010 101000

Color Harmonies of #A0422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0422A

Black with #A0422A

Text Example


Text Example

White with #A0422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0422A; }

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

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

background-color css

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

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

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

border-color css

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

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

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