#AB0B3C

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

Shades of Cardinal #AB0B3C

Tints of Cardinal #AB0B3C

Color information

#AB0B3C (or 0xAB0B3C) is unknown color: approx Cardinal. HEX triplet: AB, 0B and 3C. RGB value is (171,11,60). Sum of RGB (Red+Green+Blue) = 171+11+60=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0B3C is #54F4C3. Grayscale: #404040. Windows color (decimal): -5567684 or 3935147. OLE color: 3935147.

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

Color convert

RGB1711160-
CMYK00.940.650.33
HSL341.62º87.91%35.69%-
HSV(B)341.62º93.57%67.06%-
XYZ17.739.225.12-
YUV64.43125.51204.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 70.66%
GREEN value IS 11 (4.69% from 255) = 4.55%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=70.66%
G=4.55%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171116000.940.650.33341.6287.9135.69
HexABB3C05E41211565824
Octal253137401361014152613044
Binary1010101110111111000101111010000011000011010101101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0B3C; }

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

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

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

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

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

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

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

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