Html Css Color HEX #AD1839 Cardinal

📋 copy color: '#AD1839'

red 173 ◦ green 24 ◦ blue 57

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

Shades of Cardinal #AD1839

Tints of Cardinal #AD1839

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.44%

R = 68.11%
G = 9.45%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AD1839 (or 0xAD1839) is known color: Cardinal. HEX triplet: AD, 18 and 39. RGB value is (173,24,57). Sum of RGB (Red+Green+Blue) = 173+24+57=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1839 is #52E7C6. Grayscale: #484848. Windows color (decimal): -5433287 or 3741869. OLE color: 3741869.

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

Color convert

RGB 173 24 57 -
CMYK 0 0.86 0.67 0.32
HSL 346.71º 0.76% 0.39% -
HSV(B) 346.71º 0.86% 0.68% -
XYZ 18.3 9.83 4.8 -
YUV 72.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 173 24 57 0 0.86 0.67 0.32 346.71 0.76 0.39
Hex AD 18 39 0 56 43 20 15B 4C 27
Octal 255 30 71 0 126 103 40 533 114 47
Binary 10101101 11000 111001 0 1010110 1000011 100000 101011011 1001100 100111

Color Harmonies of #AD1839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1839

Black with #AD1839

Text Example


Text Example

White with #AD1839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1839; }

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

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

background-color css

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

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

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

border-color css

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

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

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