Html Css Color HEX #AD1837 Cardinal

📋 copy color: '#AD1837'

red 173 ◦ green 24 ◦ blue 55

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

Shades of Cardinal #AD1837

Tints of Cardinal #AD1837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

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

R = 68.65%
G = 9.52%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD1837 (or 0xAD1837) is known color: Cardinal. HEX triplet: AD, 18 and 37. RGB value is (173,24,55). Sum of RGB (Red+Green+Blue) = 173+24+55=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1837 is #52E7C8. Grayscale: #484848. Windows color (decimal): -5433289 or 3610797. OLE color: 3610797.

HSL color Cylindrical-coordinate representation of color #AD1837: hue angle of 347.52º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1837 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 24 55 -
CMYK 0 0.86 0.68 0.32
HSL 347.52º 0.76% 0.39% -
HSV(B) 347.52º 0.86% 0.68% -
XYZ 18.25 9.81 4.55 -
YUV 72.09 118.36 199.98 -
System Red Green Blue C M Y K H S L
Decimal 173 24 55 0 0.86 0.68 0.32 347.52 0.76 0.39
Hex AD 18 37 0 56 44 20 15C 4C 27
Octal 255 30 67 0 126 104 40 534 114 47
Binary 10101101 11000 110111 0 1010110 1000100 100000 101011100 1001100 100111

Color Harmonies of #AD1837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1837

Black with #AD1837

Text Example


Text Example

White with #AD1837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1837; }

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

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

background-color css

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

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

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

border-color css

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

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

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