Html Css Color HEX #AD213C Cardinal

📋 copy color: '#AD213C'

red 173 ◦ green 33 ◦ blue 60

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

Shades of Cardinal #AD213C

Tints of Cardinal #AD213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.41%

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

R = 65.04%
G = 12.41%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD213C (or 0xAD213C) is known color: Cardinal. HEX triplet: AD, 21 and 3C. RGB value is (173,33,60). Sum of RGB (Red+Green+Blue) = 173+33+60=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD213C is #52DEC3. Grayscale: #4D4D4D. Windows color (decimal): -5430980 or 3940781. OLE color: 3940781.

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

Color convert

RGB 173 33 60 -
CMYK 0 0.81 0.65 0.32
HSL 348.43º 0.68% 0.4% -
HSV(B) 348.43º 0.81% 0.68% -
XYZ 18.59 10.3 5.28 -
YUV 77.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 173 33 60 0 0.81 0.65 0.32 348.43 0.68 0.4
Hex AD 21 3C 0 51 41 20 15C 44 28
Octal 255 41 74 0 121 101 40 534 104 50
Binary 10101101 100001 111100 0 1010001 1000001 100000 101011100 1000100 101000

Color Harmonies of #AD213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD213C

Black with #AD213C

Text Example


Text Example

White with #AD213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD213C; }

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

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

background-color css

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

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

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

border-color css

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

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

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