Html Css Color HEX #A0422B Rock Spray

📋 copy color: '#A0422B'

red 160 ◦ green 66 ◦ blue 43

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

Shades of Rock Spray #A0422B

Tints of Rock Spray #A0422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 59.48%
G = 24.54%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0422B (or 0xA0422B) is known color: Rock Spray. HEX triplet: A0, 42 and 2B. RGB value is (160,66,43). Sum of RGB (Red+Green+Blue) = 160+66+43=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A0422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0422B is #5FBDD4. Grayscale: #5B5B5B. Windows color (decimal): -6274517 or 2835104. OLE color: 2835104.

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

Color convert

RGB 160 66 43 -
CMYK 0 0.59 0.73 0.37
HSL 11.79º 0.58% 0.4% -
HSV(B) 11.79º 0.73% 0.63% -
XYZ 16.88 11.54 3.62 -
YUV 91.48 100.64 176.87 -
System Red Green Blue C M Y K H S L
Decimal 160 66 43 0 0.59 0.73 0.37 11.79 0.58 0.4
Hex A0 42 2B 0 3B 49 25 C 3A 28
Octal 240 102 53 0 73 111 45 14 72 50
Binary 10100000 1000010 101011 0 111011 1001001 100101 1100 111010 101000

Color Harmonies of #A0422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0422B

Black with #A0422B

Text Example


Text Example

White with #A0422B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0422B; }

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

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

background-color css

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

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

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

border-color css

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

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

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