#AD203A

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

Shades of Cardinal #AD203A

Tints of Cardinal #AD203A

Color information

#AD203A (or 0xAD203A) is unknown color: approx Cardinal. HEX triplet: AD, 20 and 3A. RGB value is (173,32,58). Sum of RGB (Red+Green+Blue) = 173+32+58=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD203A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD203A is #52DFC5. Grayscale: #4D4D4D. Windows color (decimal): -5431238 or 3809453. OLE color: 3809453.

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

Color convert

RGB1733258-
CMYK00.820.660.32
HSL348.94º68.78%40.2%-
HSV(B)348.94º81.5%67.84%-
XYZ18.5110.225-
YUV77.12117.21196.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.78%
GREEN value IS 32 (12.89% from 255) = 12.17%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=65.78%
G=12.17%
B=22.05%

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
Decimal173325800.820.660.32348.9468.7840.2
HexAD203A052422015d4528
Octal255407201221024053510550
Binary101011011000001110100101001010000101000001010111011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD203A; }

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

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

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

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

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

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

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

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