#A1411A

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

Shades of Rock Spray #A1411A

Tints of Rock Spray #A1411A

Color information

#A1411A (or 0xA1411A) is unknown color: approx Rock Spray. HEX triplet: A1, 41 and 1A. RGB value is (161,65,26). Sum of RGB (Red+Green+Blue) = 161+65+26=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A1411A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1411A is #5EBEE5. Grayscale: #595959. Windows color (decimal): -6209254 or 1720737. OLE color: 1720737.

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

Color convert

RGB1616526-
CMYK00.600.840.37
HSL17.33º72.19%36.67%-
HSV(B)17.33º83.85%63.14%-
XYZ16.7711.432.3-
YUV89.2692.3179.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.89%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 26 (10.55% from 255) = 10.32%
R=63.89%
G=25.79%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161652600.600.840.3717.3372.1936.67
HexA1411A03C5425114825
Octal24110132074124452111045
Binary1010000110000011101001111001010100100101100011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1411A; }

 p { color: rgb(161,65,26); }

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

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

 a { background-color: rgb(161,65,26); }

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

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

 span { border-color: rgb(161,65,26); }

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