#AB071D

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

Shades of Carmine #AB071D

Tints of Carmine #AB071D

Color information

#AB071D (or 0xAB071D) is unknown color: approx Carmine. HEX triplet: AB, 07 and 1D. RGB value is (171,7,29). Sum of RGB (Red+Green+Blue) = 171+7+29=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB071D is #54F8E2. Grayscale: #3A3A3A. Windows color (decimal): -5568739 or 1902507. OLE color: 1902507.

HSL color Cylindrical-coordinate representation of color #AB071D: hue angle of 351.95º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB071D is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB171729-
CMYK00.960.830.33
HSL351.95º92.13%34.9%-
HSV(B)351.95º95.91%67.06%-
XYZ17.098.91.98-
YUV58.54111.33208.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 82.61%
GREEN value IS 7 (3.12% from 255) = 3.38%
BLUE value IS 29 (11.72% from 255) = 14.01%
R=82.61%
G=3.38%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17172900.960.830.33351.9592.1334.9
HexAB71D06053211605c23
Octal25373501401234154013443
Binary10101011111111010110000010100111000011011000001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB071D; }

 p { color: rgb(171,7,29); }

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

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

 a { background-color: rgb(171,7,29); }

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

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

 span { border-color: rgb(171,7,29); }

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