#AB203E

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

Shades of Cardinal #AB203E

Tints of Cardinal #AB203E

Color information

#AB203E (or 0xAB203E) is unknown color: approx Cardinal. HEX triplet: AB, 20 and 3E. RGB value is (171,32,62). Sum of RGB (Red+Green+Blue) = 171+32+62=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB203E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB203E is #54DFC1. Grayscale: #4D4D4D. Windows color (decimal): -5562306 or 4071595. OLE color: 4071595.

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

Color convert

RGB1713262-
CMYK00.810.640.33
HSL347.05º68.47%39.8%-
HSV(B)347.05º81.29%67.06%-
XYZ18.1810.045.54-
YUV76.98119.55195.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.53%
GREEN value IS 32 (12.89% from 255) = 12.08%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=64.53%
G=12.08%
B=23.40%

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
Decimal171326200.810.640.33347.0568.4739.8
HexAB203E051402115b4428
Octal253407601211004153310450
Binary101010111000001111100101000110000001000011010110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB203E; }

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

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

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

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

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

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

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

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