#AB203B

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

Shades of Cardinal #AB203B

Tints of Cardinal #AB203B

Color information

#AB203B (or 0xAB203B) is unknown color: approx Cardinal. HEX triplet: AB, 20 and 3B. RGB value is (171,32,59). Sum of RGB (Red+Green+Blue) = 171+32+59=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB203B is #54DFC4. Grayscale: #4C4C4C. Windows color (decimal): -5562309 or 3874987. OLE color: 3874987.

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

Color convert

RGB1713259-
CMYK00.810.650.33
HSL348.35º68.47%39.8%-
HSV(B)348.35º81.29%67.06%-
XYZ18.110.015.12-
YUV76.64118.05195.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.27%
GREEN value IS 32 (12.89% from 255) = 12.21%
BLUE value IS 59 (23.44% from 255) = 22.52%
R=65.27%
G=12.21%
B=22.52%

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
Decimal171325900.810.650.33348.3568.4739.8
HexAB203B051412115c4428
Octal253407301211014153410450
Binary101010111000001110110101000110000011000011010111001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB203B; }

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

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

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

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

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

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

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

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