Html Css Color HEX #AD122C Cardinal

📋 copy color: '#AD122C'

red 173 ◦ green 18 ◦ blue 44

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

Shades of Cardinal #AD122C

Tints of Cardinal #AD122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

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

R = 73.62%
G = 7.66%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD122C (or 0xAD122C) is known color: Cardinal. HEX triplet: AD, 12 and 2C. RGB value is (173,18,44). Sum of RGB (Red+Green+Blue) = 173+18+44=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD122C is #52EDD3. Grayscale: #434343. Windows color (decimal): -5434836 or 2888365. OLE color: 2888365.

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

Color convert

RGB 173 18 44 -
CMYK 0 0.90 0.75 0.32
HSL 349.94º 0.81% 0.37% -
HSV(B) 349.94º 0.9% 0.68% -
XYZ 17.9 9.5 3.27 -
YUV 67.31 114.85 203.39 -
System Red Green Blue C M Y K H S L
Decimal 173 18 44 0 0.90 0.75 0.32 349.94 0.81 0.37
Hex AD 12 2C 0 5A 4B 20 15E 51 25
Octal 255 22 54 0 132 113 40 536 121 45
Binary 10101101 10010 101100 0 1011010 1001011 100000 101011110 1010001 100101

Color Harmonies of #AD122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD122C

Black with #AD122C

Text Example


Text Example

White with #AD122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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