Html Css Color HEX #AD202C Cardinal

📋 copy color: '#AD202C'

red 173 ◦ green 32 ◦ blue 44

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

Shades of Cardinal #AD202C

Tints of Cardinal #AD202C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.67%

R = 69.48%
G = 12.85%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD202C (or 0xAD202C) is known color: Cardinal. HEX triplet: AD, 20 and 2C. RGB value is (173,32,44). Sum of RGB (Red+Green+Blue) = 173+32+44=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD202C is #52DFD3. Grayscale: #4B4B4B. Windows color (decimal): -5431252 or 2891949. OLE color: 2891949.

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

Color convert

RGB 173 32 44 -
CMYK 0 0.82 0.75 0.32
HSL 354.89º 0.69% 0.4% -
HSV(B) 354.89º 0.82% 0.68% -
XYZ 18.2 10.1 3.37 -
YUV 75.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 173 32 44 0 0.82 0.75 0.32 354.89 0.69 0.4
Hex AD 20 2C 0 52 4B 20 163 45 28
Octal 255 40 54 0 122 113 40 543 105 50
Binary 10101101 100000 101100 0 1010010 1001011 100000 101100011 1000101 101000

Color Harmonies of #AD202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD202C

Black with #AD202C

Text Example


Text Example

White with #AD202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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