#ab381f

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

Shades of Rock Spray #AB381F

Tints of Rock Spray #AB381F

Color information

#AB381F (or 0xAB381F) is unknown color: approx Rock Spray. HEX triplet: AB, 38 and 1F. RGB value is (171,56,31). Sum of RGB (Red+Green+Blue) = 171+56+31=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB381F is #54C7E0. Grayscale: #575757. Windows color (decimal): -5556193 or 2046123. OLE color: 2046123.

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

Color convert

RGB1715631-
CMYK00.670.820.33
HSL10.71º69.31%39.61%-
HSV(B)10.71º81.87%67.06%-
XYZ18.4611.592.56-
YUV87.5496.1187.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.28%
GREEN value IS 56 (22.27% from 255) = 21.71%
BLUE value IS 31 (12.5% from 255) = 12.02%
R=66.28%
G=21.71%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171563100.670.820.3310.7169.3139.61
HexAB381F0435221b4528
Octal25370370103122411310550
Binary101010111110001111101000011101001010000110111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab381f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab381f; }

 p { color: rgb(171,56,31); }

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

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

 a { background-color: rgb(171,56,31); }

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

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

 span { border-color: rgb(171,56,31); }

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