#AB030F

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

Shades of Carmine #AB030F

Tints of Carmine #AB030F

Color information

#AB030F (or 0xAB030F) is unknown color: approx Carmine. HEX triplet: AB, 03 and 0F. RGB value is (171,3,15). Sum of RGB (Red+Green+Blue) = 171+3+15=189 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90.48% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 171 - color contains mainly: red. Hex color #AB030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB030F is #54FCF0. Grayscale: #363636. Windows color (decimal): -5569777 or 983979. OLE color: 983979.

HSL color Cylindrical-coordinate representation of color #AB030F: hue angle of 355.71º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB030F is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB171315-
CMYK00.980.910.33
HSL355.71º96.55%34.12%-
HSV(B)355.71º98.25%67.06%-
XYZ16.918.761.25-
YUV54.6105.66211.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 90.48%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 15 (6.25% from 255) = 7.94%
R=90.48%
G=1.59%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17131500.980.910.33355.7196.5534.12
HexAB3F0625B211646122
Octal25331701421334154414142
Binary101010111111110110001010110111000011011001001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB030F; }

 p { color: rgb(171,3,15); }

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

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

 a { background-color: rgb(171,3,15); }

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

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

 span { border-color: rgb(171,3,15); }

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