#AB213D

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

Shades of Cardinal #AB213D

Tints of Cardinal #AB213D

Color information

#AB213D (or 0xAB213D) is unknown color: approx Cardinal. HEX triplet: AB, 21 and 3D. RGB value is (171,33,61). Sum of RGB (Red+Green+Blue) = 171+33+61=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB213D is #54DEC2. Grayscale: #4D4D4D. Windows color (decimal): -5562051 or 4006315. OLE color: 4006315.

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

Color convert

RGB1713361-
CMYK00.810.640.33
HSL347.83º67.65%40%-
HSV(B)347.83º80.7%67.06%-
XYZ18.1810.085.4-
YUV77.45118.72194.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.53%
GREEN value IS 33 (13.28% from 255) = 12.45%
BLUE value IS 61 (24.22% from 255) = 23.02%
R=64.53%
G=12.45%
B=23.02%

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
Decimal171336100.810.640.33347.8367.6540
HexAB213D051402115c4428
Octal253417501211004153410450
Binary101010111000011111010101000110000001000011010111001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB213D; }

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

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

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

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

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

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

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

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