Html Css Color HEX #A0462B Rock Spray

📋 copy color: '#A0462B'

red 160 ◦ green 70 ◦ blue 43

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

Shades of Rock Spray #A0462B

Tints of Rock Spray #A0462B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.64%

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

R = 58.61%
G = 25.64%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0462B (or 0xA0462B) is known color: Rock Spray. HEX triplet: A0, 46 and 2B. RGB value is (160,70,43). Sum of RGB (Red+Green+Blue) = 160+70+43=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0462B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0462B is #5FB9D4. Grayscale: #5E5E5E. Windows color (decimal): -6273493 or 2836128. OLE color: 2836128.

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

Color convert

RGB 160 70 43 -
CMYK 0 0.56 0.73 0.37
HSL 13.85º 0.58% 0.4% -
HSV(B) 13.85º 0.73% 0.63% -
XYZ 17.12 12.03 3.7 -
YUV 93.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 160 70 43 0 0.56 0.73 0.37 13.85 0.58 0.4
Hex A0 46 2B 0 38 49 25 E 3A 28
Octal 240 106 53 0 70 111 45 16 72 50
Binary 10100000 1000110 101011 0 111000 1001001 100101 1110 111010 101000

Color Harmonies of #A0462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0462B

Black with #A0462B

Text Example


Text Example

White with #A0462B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0462B; }

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

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

background-color css

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

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

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

border-color css

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

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

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