#AB0E2E

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

Shades of Cardinal #AB0E2E

Tints of Cardinal #AB0E2E

Color information

#AB0E2E (or 0xAB0E2E) is unknown color: approx Cardinal. HEX triplet: AB, 0E and 2E. RGB value is (171,14,46). Sum of RGB (Red+Green+Blue) = 171+14+46=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0E2E is #54F1D1. Grayscale: #404040. Windows color (decimal): -5566930 or 3018411. OLE color: 3018411.

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

Color convert

RGB1711446-
CMYK00.920.730.33
HSL347.77º84.86%36.27%-
HSV(B)347.77º91.81%67.06%-
XYZ17.449.173.44-
YUV64.59117.51203.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 74.03%
GREEN value IS 14 (5.86% from 255) = 6.06%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=74.03%
G=6.06%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171144600.920.730.33347.7784.8636.27
HexABE2E05C492115c5524
Octal253165601341114153412544
Binary1010101111101011100101110010010011000011010111001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0E2E; }

 p { color: rgb(171,14,46); }

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

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

 a { background-color: rgb(171,14,46); }

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

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

 span { border-color: rgb(171,14,46); }

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