#A0401C

Color #A0401C Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A0401C

Tints of Rock Spray #A0401C

Color information

#A0401C (or 0xA0401C) is unknown color: approx Rock Spray. HEX triplet: A0, 40 and 1C. RGB value is (160,64,28). Sum of RGB (Red+Green+Blue) = 160+64+28=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A0401C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0401C is #5FBFE3. Grayscale: #585858. Windows color (decimal): -6275044 or 1851552. OLE color: 1851552.

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

Color convert

RGB1606428-
CMYK00.60.820.37
HSL16.36º70.21%36.86%-
HSV(B)16.36º82.5%62.75%-
XYZ16.5411.222.39-
YUV88.693.8178.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 63.49%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 28 (11.33% from 255) = 11.11%
R=63.49%
G=25.40%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160642800.60.820.3716.3670.2136.86
HexA0401C03C5225104625
Octal24010034074122452010645
Binary1010000010000001110001111001010010100101100001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0401C; }

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

 H1.HeaderClassName
 {
   color: #A0401C;
 }
 .AnyTagClassName
 {
   color: #A0401C;
 }
</style>
background-color css

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

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

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

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

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

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