#AB061E

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

Shades of Carmine #AB061E

Tints of Carmine #AB061E

Color information

#AB061E (or 0xAB061E) is unknown color: approx Carmine. HEX triplet: AB, 06 and 1E. RGB value is (171,6,30). Sum of RGB (Red+Green+Blue) = 171+6+30=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB061E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB061E is #54F9E1. Grayscale: #3A3A3A. Windows color (decimal): -5568994 or 1967787. OLE color: 1967787.

HSL color Cylindrical-coordinate representation of color #AB061E: hue angle of 351.27º degrees, saturation: 0.93, 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 #AB061E is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB171630-
CMYK00.960.820.33
HSL351.27º93.22%34.71%-
HSV(B)351.27º96.49%67.06%-
XYZ17.098.882.04-
YUV58.07112.16208.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 82.61%
GREEN value IS 6 (2.73% from 255) = 2.90%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=82.61%
G=2.90%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17163000.960.820.33351.2793.2234.71
HexAB61E060522115f5d23
Octal25363601401224153713543
Binary10101011110111100110000010100101000011010111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB061E; }

 p { color: rgb(171,6,30); }

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

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

 a { background-color: rgb(171,6,30); }

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

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

 span { border-color: rgb(171,6,30); }

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