#A5411F

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

Shades of Rock Spray #A5411F

Tints of Rock Spray #A5411F

Color information

#A5411F (or 0xA5411F) is unknown color: approx Rock Spray. HEX triplet: A5, 41 and 1F. RGB value is (165,65,31). Sum of RGB (Red+Green+Blue) = 165+65+31=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A5411F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5411F is #5ABEE0. Grayscale: #5B5B5B. Windows color (decimal): -5947105 or 2048421. OLE color: 2048421.

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

Color convert

RGB1656531-
CMYK00.610.810.35
HSL15.22º68.37%38.43%-
HSV(B)15.22º81.21%64.71%-
XYZ17.6511.882.66-
YUV91.0294.13180.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.22%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=63.22%
G=24.90%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165653100.610.810.3515.2268.3738.43
HexA5411F03D5123f4426
Octal24510137075121431710446
Binary101001011000001111110111101101000110001111111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5411F; }

 p { color: rgb(165,65,31); }

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

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

 a { background-color: rgb(165,65,31); }

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

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

 span { border-color: rgb(165,65,31); }

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