#AB143E

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

Shades of Cardinal #AB143E

Tints of Cardinal #AB143E

Color information

#AB143E (or 0xAB143E) is unknown color: approx Cardinal. HEX triplet: AB, 14 and 3E. RGB value is (171,20,62). Sum of RGB (Red+Green+Blue) = 171+20+62=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB143E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB143E is #54EBC1. Grayscale: #454545. Windows color (decimal): -5565378 or 4068523. OLE color: 4068523.

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

Color convert

RGB1712062-
CMYK00.880.640.33
HSL343.31º79.06%37.45%-
HSV(B)343.31º88.3%67.06%-
XYZ17.919.515.45-
YUV69.94123.53200.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 67.59%
GREEN value IS 20 (8.20% from 255) = 7.91%
BLUE value IS 62 (24.61% from 255) = 24.51%
R=67.59%
G=7.91%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171206200.880.640.33343.3179.0637.45
HexAB143E05840211574f25
Octal253247601301004152711745
Binary10101011101001111100101100010000001000011010101111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB143E; }

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

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

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

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

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

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

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

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