Html Css Color HEX #AD203C Cardinal

📋 copy color: '#AD203C'

red 173 ◦ green 32 ◦ blue 60

#AD203C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #AD203C

Tints of Cardinal #AD203C

RGB

 RED value IS 173 (67.97% from 255) = 65.28%

 GREEN value IS 32 (12.89% from 255) = 12.08%

 BLUE value IS 60 (23.83% from 255) = 22.64%

R = 65.28%
G = 12.08%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD203C (or 0xAD203C) is known color: Cardinal. HEX triplet: AD, 20 and 3C. RGB value is (173,32,60). Sum of RGB (Red+Green+Blue) = 173+32+60=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD203C is #52DFC3. Grayscale: #4D4D4D. Windows color (decimal): -5431236 or 3940525. OLE color: 3940525.

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

Color convert

RGB 173 32 60 -
CMYK 0 0.82 0.65 0.32
HSL 348.09º 0.69% 0.4% -
HSV(B) 348.09º 0.82% 0.68% -
XYZ 18.57 10.24 5.27 -
YUV 77.35 118.21 196.22 -
System Red Green Blue C M Y K H S L
Decimal 173 32 60 0 0.82 0.65 0.32 348.09 0.69 0.4
Hex AD 20 3C 0 52 41 20 15C 45 28
Octal 255 40 74 0 122 101 40 534 105 50
Binary 10101101 100000 111100 0 1010010 1000001 100000 101011100 1000101 101000

Color Harmonies of #AD203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD203C

Black with #AD203C

Text Example


Text Example

White with #AD203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD203C; }

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

 H1.HeaderClassName
 {
   color: #AD203C;
 }
 .AnyTagClassName
 {
   color: #AD203C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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