Html Css Color HEX #AD1337 Cardinal

📋 copy color: '#AD1337'

red 173 ◦ green 19 ◦ blue 55

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

Shades of Cardinal #AD1337

Tints of Cardinal #AD1337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.27%

R = 70.04%
G = 7.69%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD1337 (or 0xAD1337) is known color: Cardinal. HEX triplet: AD, 13 and 37. RGB value is (173,19,55). Sum of RGB (Red+Green+Blue) = 173+19+55=247 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.04% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1337 is #52ECC8. Grayscale: #454545. Windows color (decimal): -5434569 or 3609517. OLE color: 3609517.

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

Color convert

RGB 173 19 55 -
CMYK 0 0.89 0.68 0.32
HSL 345.97º 0.8% 0.38% -
HSV(B) 345.97º 0.89% 0.68% -
XYZ 18.16 9.63 4.52 -
YUV 69.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 173 19 55 0 0.89 0.68 0.32 345.97 0.8 0.38
Hex AD 13 37 0 59 44 20 15A 50 26
Octal 255 23 67 0 131 104 40 532 120 46
Binary 10101101 10011 110111 0 1011001 1000100 100000 101011010 1010000 100110

Color Harmonies of #AD1337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1337

Black with #AD1337

Text Example


Text Example

White with #AD1337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1337; }

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

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

background-color css

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

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

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

border-color css

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

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

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