Html Css Color HEX #AD212F Cardinal

📋 copy color: '#AD212F'

red 173 ◦ green 33 ◦ blue 47

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

Shades of Cardinal #AD212F

Tints of Cardinal #AD212F

RGB

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

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

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

R = 68.38%
G = 13.04%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD212F (or 0xAD212F) is known color: Cardinal. HEX triplet: AD, 21 and 2F. RGB value is (173,33,47). Sum of RGB (Red+Green+Blue) = 173+33+47=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD212F is #52DED0. Grayscale: #4C4C4C. Windows color (decimal): -5430993 or 3088813. OLE color: 3088813.

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

Color convert

RGB 173 33 47 -
CMYK 0 0.81 0.73 0.32
HSL 354º 0.68% 0.4% -
HSV(B) 354º 0.81% 0.68% -
XYZ 18.29 10.18 3.69 -
YUV 76.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 173 33 47 0 0.81 0.73 0.32 354 0.68 0.4
Hex AD 21 2F 0 51 49 20 162 44 28
Octal 255 41 57 0 121 111 40 542 104 50
Binary 10101101 100001 101111 0 1010001 1001001 100000 101100010 1000100 101000

Color Harmonies of #AD212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD212F

Black with #AD212F

Text Example


Text Example

White with #AD212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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