Html Css Color HEX #AD1336 Cardinal

📋 copy color: '#AD1336'

red 173 ◦ green 19 ◦ blue 54

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

Shades of Cardinal #AD1336

Tints of Cardinal #AD1336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.72%

 BLUE value IS 54 (21.48% from 255) = 21.95%

R = 70.33%
G = 7.72%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD1336 (or 0xAD1336) is known color: Cardinal. HEX triplet: AD, 13 and 36. RGB value is (173,19,54). Sum of RGB (Red+Green+Blue) = 173+19+54=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1336 is #52ECC9. Grayscale: #454545. Windows color (decimal): -5434570 or 3543981. OLE color: 3543981.

HSL color Cylindrical-coordinate representation of color #AD1336: hue angle of 346.36º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1336 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 19 54 -
CMYK 0 0.89 0.69 0.32
HSL 346.36º 0.8% 0.38% -
HSV(B) 346.36º 0.89% 0.68% -
XYZ 18.13 9.62 4.39 -
YUV 69.04 119.52 202.15 -
System Red Green Blue C M Y K H S L
Decimal 173 19 54 0 0.89 0.69 0.32 346.36 0.8 0.38
Hex AD 13 36 0 59 45 20 15A 50 26
Octal 255 23 66 0 131 105 40 532 120 46
Binary 10101101 10011 110110 0 1011001 1000101 100000 101011010 1010000 100110

Color Harmonies of #AD1336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1336

Black with #AD1336

Text Example


Text Example

White with #AD1336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1336; }

 p { color: rgb(173,19,54); }

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

background-color css

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

 a { background-color: rgb(173,19,54); }

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

border-color css

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

 span { border-color: rgb(173,19,54); }

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