Html Css Color HEX #A0402B Rock Spray

📋 copy color: '#A0402B'

red 160 ◦ green 64 ◦ blue 43

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

Shades of Rock Spray #A0402B

Tints of Rock Spray #A0402B

RGB

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

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

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

R = 59.93%
G = 23.97%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0402B (or 0xA0402B) is known color: Rock Spray. HEX triplet: A0, 40 and 2B. RGB value is (160,64,43). Sum of RGB (Red+Green+Blue) = 160+64+43=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A0402B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0402B is #5FBFD4. Grayscale: #5A5A5A. Windows color (decimal): -6275029 or 2834592. OLE color: 2834592.

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

Color convert

RGB 160 64 43 -
CMYK 0 0.6 0.73 0.37
HSL 10.77º 0.58% 0.4% -
HSV(B) 10.77º 0.73% 0.63% -
XYZ 16.77 11.31 3.59 -
YUV 90.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 160 64 43 0 0.6 0.73 0.37 10.77 0.58 0.4
Hex A0 40 2B 0 3C 49 25 B 3A 28
Octal 240 100 53 0 74 111 45 13 72 50
Binary 10100000 1000000 101011 0 111100 1001001 100101 1011 111010 101000

Color Harmonies of #A0402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0402B

Black with #A0402B

Text Example


Text Example

White with #A0402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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