#AB3E25

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

Shades of Rock Spray #AB3E25

Tints of Rock Spray #AB3E25

Color information

#AB3E25 (or 0xAB3E25) is unknown color: approx Rock Spray. HEX triplet: AB, 3E and 25. RGB value is (171,62,37). Sum of RGB (Red+Green+Blue) = 171+62+37=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3E25 is #54C1DA. Grayscale: #5B5B5B. Windows color (decimal): -5554651 or 2440875. OLE color: 2440875.

HSL color Cylindrical-coordinate representation of color #AB3E25: hue angle of 11.19º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB3E25 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB1716237-
CMYK00.640.780.33
HSL11.19º64.42%40.78%-
HSV(B)11.19º78.36%67.06%-
XYZ18.8512.243.12-
YUV91.7497.11184.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.33%
GREEN value IS 62 (24.61% from 255) = 22.96%
BLUE value IS 37 (14.84% from 255) = 13.70%
R=63.33%
G=22.96%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171623700.640.780.3311.1964.4240.78
HexAB3E250404E21b4029
Octal25376450100116411310051
Binary1010101111111010010101000000100111010000110111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3E25; }

 p { color: rgb(171,62,37); }

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

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

 a { background-color: rgb(171,62,37); }

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

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

 span { border-color: rgb(171,62,37); }

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