#AD203B

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

Shades of Cardinal #AD203B

Tints of Cardinal #AD203B

Color information

#AD203B (or 0xAD203B) is unknown color: approx Cardinal. HEX triplet: AD, 20 and 3B. RGB value is (173,32,59). Sum of RGB (Red+Green+Blue) = 173+32+59=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD203B is #52DFC4. Grayscale: #4D4D4D. Windows color (decimal): -5431237 or 3874989. OLE color: 3874989.

HSL color Cylindrical-coordinate representation of color #AD203B: hue angle of 348.51º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD203B is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB1733259-
CMYK00.820.660.32
HSL348.51º68.78%40.2%-
HSV(B)348.51º81.5%67.84%-
XYZ18.5410.235.14-
YUV77.24117.71196.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.53%
GREEN value IS 32 (12.89% from 255) = 12.12%
BLUE value IS 59 (23.44% from 255) = 22.35%
R=65.53%
G=12.12%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173325900.820.660.32348.5168.7840.2
HexAD203B052422015d4528
Octal255407301221024053510550
Binary101011011000001110110101001010000101000001010111011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD203B; }

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

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

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

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

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

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

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

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