#AB062F

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

Shades of Carmine #AB062F

Tints of Carmine #AB062F

Color information

#AB062F (or 0xAB062F) is unknown color: approx Carmine. HEX triplet: AB, 06 and 2F. RGB value is (171,6,47). Sum of RGB (Red+Green+Blue) = 171+6+47=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB062F is #54F9D0. Grayscale: #3C3C3C. Windows color (decimal): -5568977 or 3081899. OLE color: 3081899.

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

Color convert

RGB171647-
CMYK00.960.730.33
HSL345.09º93.22%34.71%-
HSV(B)345.09º96.49%67.06%-
XYZ17.378.993.51-
YUV60.01120.66207.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 76.34%
GREEN value IS 6 (2.73% from 255) = 2.68%
BLUE value IS 47 (18.75% from 255) = 20.98%
R=76.34%
G=2.68%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17164700.960.730.33345.0993.2234.71
HexAB62F06049211595d23
Octal25365701401114153113543
Binary101010111101011110110000010010011000011010110011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB062F; }

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

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

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

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

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

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

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

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