#AB213E

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

Shades of Cardinal #AB213E

Tints of Cardinal #AB213E

Color information

#AB213E (or 0xAB213E) is unknown color: approx Cardinal. HEX triplet: AB, 21 and 3E. RGB value is (171,33,62). Sum of RGB (Red+Green+Blue) = 171+33+62=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB213E is #54DEC1. Grayscale: #4D4D4D. Windows color (decimal): -5562050 or 4071851. OLE color: 4071851.

HSL color Cylindrical-coordinate representation of color #AB213E: hue angle of 347.39º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB213E is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB1713362-
CMYK00.810.640.33
HSL347.39º67.65%40%-
HSV(B)347.39º80.7%67.06%-
XYZ18.2110.095.55-
YUV77.57119.22194.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.29%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 62 (24.61% from 255) = 23.31%
R=64.29%
G=12.41%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171336200.810.640.33347.3967.6540
HexAB213E051402115b4428
Octal253417601211004153310450
Binary101010111000011111100101000110000001000011010110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB213E; }

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

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

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

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

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

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

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

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