#AB203A

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

Shades of Cardinal #AB203A

Tints of Cardinal #AB203A

Color information

#AB203A (or 0xAB203A) is unknown color: approx Cardinal. HEX triplet: AB, 20 and 3A. RGB value is (171,32,58). Sum of RGB (Red+Green+Blue) = 171+32+58=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB203A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB203A is #54DFC5. Grayscale: #4C4C4C. Windows color (decimal): -5562310 or 3809451. OLE color: 3809451.

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

Color convert

RGB1713258-
CMYK00.810.660.33
HSL348.78º68.47%39.8%-
HSV(B)348.78º81.29%67.06%-
XYZ18.07104.98-
YUV76.52117.55195.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.52%
GREEN value IS 32 (12.89% from 255) = 12.26%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=65.52%
G=12.26%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171325800.810.660.33348.7868.4739.8
HexAB203A051422115d4428
Octal253407201211024153510450
Binary101010111000001110100101000110000101000011010111011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB203A; }

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

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

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

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

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

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

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

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