#AB143C

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

Shades of Cardinal #AB143C

Tints of Cardinal #AB143C

Color information

#AB143C (or 0xAB143C) is unknown color: approx Cardinal. HEX triplet: AB, 14 and 3C. RGB value is (171,20,60). Sum of RGB (Red+Green+Blue) = 171+20+60=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB143C is #54EBC3. Grayscale: #454545. Windows color (decimal): -5565380 or 3937451. OLE color: 3937451.

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

Color convert

RGB1712060-
CMYK00.880.650.33
HSL344.11º79.06%37.45%-
HSV(B)344.11º88.3%67.06%-
XYZ17.869.485.16-
YUV69.71122.53200.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 68.13%
GREEN value IS 20 (8.20% from 255) = 7.97%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=68.13%
G=7.97%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171206000.880.650.33344.1179.0637.45
HexAB143C05841211584f25
Octal253247401301014153011745
Binary10101011101001111000101100010000011000011010110001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB143C; }

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

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

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

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

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

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

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

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