#AB203C

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

Shades of Cardinal #AB203C

Tints of Cardinal #AB203C

Color information

#AB203C (or 0xAB203C) is unknown color: approx Cardinal. HEX triplet: AB, 20 and 3C. RGB value is (171,32,60). Sum of RGB (Red+Green+Blue) = 171+32+60=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB203C is #54DFC3. Grayscale: #4C4C4C. Windows color (decimal): -5562308 or 3940523. OLE color: 3940523.

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

Color convert

RGB1713260-
CMYK00.810.650.33
HSL347.91º68.47%39.8%-
HSV(B)347.91º81.29%67.06%-
XYZ18.1310.025.25-
YUV76.75118.55195.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.02%
GREEN value IS 32 (12.89% from 255) = 12.17%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=65.02%
G=12.17%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171326000.810.650.33347.9168.4739.8
HexAB203C051412115c4428
Octal253407401211014153410450
Binary101010111000001111000101000110000011000011010111001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB203C; }

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

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

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

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

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

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

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

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