Html Css Color HEX #AD213A Cardinal

📋 copy color: '#AD213A'

red 173 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #AD213A

Tints of Cardinal #AD213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.97%

R = 65.53%
G = 12.5%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD213A (or 0xAD213A) is known color: Cardinal. HEX triplet: AD, 21 and 3A. RGB value is (173,33,58). Sum of RGB (Red+Green+Blue) = 173+33+58=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD213A is #52DEC5. Grayscale: #4D4D4D. Windows color (decimal): -5430982 or 3809709. OLE color: 3809709.

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

Color convert

RGB 173 33 58 -
CMYK 0 0.81 0.66 0.32
HSL 349.29º 0.68% 0.4% -
HSV(B) 349.29º 0.81% 0.68% -
XYZ 18.54 10.28 5.01 -
YUV 77.71 116.88 195.97 -
System Red Green Blue C M Y K H S L
Decimal 173 33 58 0 0.81 0.66 0.32 349.29 0.68 0.4
Hex AD 21 3A 0 51 42 20 15D 44 28
Octal 255 41 72 0 121 102 40 535 104 50
Binary 10101101 100001 111010 0 1010001 1000010 100000 101011101 1000100 101000

Color Harmonies of #AD213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD213A

Black with #AD213A

Text Example


Text Example

White with #AD213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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