Html Css Color HEX #AD202F Cardinal

📋 copy color: '#AD202F'

red 173 ◦ green 32 ◦ blue 47

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

Shades of Cardinal #AD202F

Tints of Cardinal #AD202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 68.65%
G = 12.7%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD202F (or 0xAD202F) is known color: Cardinal. HEX triplet: AD, 20 and 2F. RGB value is (173,32,47). Sum of RGB (Red+Green+Blue) = 173+32+47=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD202F is #52DFD0. Grayscale: #4B4B4B. Windows color (decimal): -5431249 or 3088557. OLE color: 3088557.

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

Color convert

RGB 173 32 47 -
CMYK 0 0.82 0.73 0.32
HSL 353.62º 0.69% 0.4% -
HSV(B) 353.62º 0.82% 0.68% -
XYZ 18.26 10.12 3.68 -
YUV 75.87 111.71 197.28 -
System Red Green Blue C M Y K H S L
Decimal 173 32 47 0 0.82 0.73 0.32 353.62 0.69 0.4
Hex AD 20 2F 0 52 49 20 162 45 28
Octal 255 40 57 0 122 111 40 542 105 50
Binary 10101101 100000 101111 0 1010010 1001001 100000 101100010 1000101 101000

Color Harmonies of #AD202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD202F

Black with #AD202F

Text Example


Text Example

White with #AD202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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