#A1431F

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

Shades of Rock Spray #A1431F

Tints of Rock Spray #A1431F

Color information

#A1431F (or 0xA1431F) is unknown color: approx Rock Spray. HEX triplet: A1, 43 and 1F. RGB value is (161,67,31). Sum of RGB (Red+Green+Blue) = 161+67+31=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A1431F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1431F is #5EBCE0. Grayscale: #5B5B5B. Windows color (decimal): -6208737 or 2048929. OLE color: 2048929.

HSL color Cylindrical-coordinate representation of color #A1431F: hue angle of 16.62º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1431F is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB1616731-
CMYK00.580.810.37
HSL16.62º67.71%37.65%-
HSV(B)16.62º80.75%63.14%-
XYZ16.9511.692.66-
YUV9194.14177.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.16%
GREEN value IS 67 (26.56% from 255) = 25.87%
BLUE value IS 31 (12.5% from 255) = 11.97%
R=62.16%
G=25.87%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161673100.580.810.3716.6267.7137.65
HexA1431F03A5125114426
Octal24110337072121452110446
Binary1010000110000111111101110101010001100101100011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1431F; }

 p { color: rgb(161,67,31); }

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

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

 a { background-color: rgb(161,67,31); }

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

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

 span { border-color: rgb(161,67,31); }

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