#A1402A

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

Shades of Rock Spray #A1402A

Tints of Rock Spray #A1402A

Color information

#A1402A (or 0xA1402A) is unknown color: approx Rock Spray. HEX triplet: A1, 40 and 2A. RGB value is (161,64,42). Sum of RGB (Red+Green+Blue) = 161+64+42=267 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.30% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 161 - color contains mainly: red. Hex color #A1402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1402A is #5EBFD5. Grayscale: #5A5A5A. Windows color (decimal): -6209494 or 2769057. OLE color: 2769057.

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

Color convert

RGB1616442-
CMYK00.600.740.37
HSL11.09º58.62%39.8%-
HSV(B)11.09º73.91%63.14%-
XYZ16.9511.413.5-
YUV90.49100.64178.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.30%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=60.30%
G=23.97%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161644200.600.740.3711.0958.6239.8
HexA1402A03C4A25b3b28
Octal2411005207411245137350
Binary101000011000000101010011110010010101001011011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1402A; }

 p { color: rgb(161,64,42); }

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

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

 a { background-color: rgb(161,64,42); }

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

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

 span { border-color: rgb(161,64,42); }

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