#AB0E3C

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

Shades of Cardinal #AB0E3C

Tints of Cardinal #AB0E3C

Color information

#AB0E3C (or 0xAB0E3C) is unknown color: approx Cardinal. HEX triplet: AB, 0E and 3C. RGB value is (171,14,60). Sum of RGB (Red+Green+Blue) = 171+14+60=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0E3C is #54F1C3. Grayscale: #424242. Windows color (decimal): -5566916 or 3935915. OLE color: 3935915.

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

Color convert

RGB1711460-
CMYK00.920.650.33
HSL342.42º84.86%36.27%-
HSV(B)342.42º91.81%67.06%-
XYZ17.779.35.13-
YUV66.19124.51202.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 69.80%
GREEN value IS 14 (5.86% from 255) = 5.71%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=69.80%
G=5.71%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171146000.920.650.33342.4284.8636.27
HexABE3C05C41211565524
Octal253167401341014152612544
Binary1010101111101111000101110010000011000011010101101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0E3C; }

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

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

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

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

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

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

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

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