#AB082F

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

Shades of Carmine #AB082F

Tints of Carmine #AB082F

Color information

#AB082F (or 0xAB082F) is unknown color: approx Carmine. HEX triplet: AB, 08 and 2F. RGB value is (171,8,47). Sum of RGB (Red+Green+Blue) = 171+8+47=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB082F is #54F7D0. Grayscale: #3D3D3D. Windows color (decimal): -5568465 or 3082411. OLE color: 3082411.

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

Color convert

RGB171847-
CMYK00.950.730.33
HSL345.64º91.06%35.1%-
HSV(B)345.64º95.32%67.06%-
XYZ17.399.043.52-
YUV61.18120206.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 75.66%
GREEN value IS 8 (3.52% from 255) = 3.54%
BLUE value IS 47 (18.75% from 255) = 20.80%
R=75.66%
G=3.54%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17184700.950.730.33345.6491.0635.1
HexAB82F05F492115a5b23
Octal253105701371114153213343
Binary1010101110001011110101111110010011000011010110101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB082F; }

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

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

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

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

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

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

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

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