Html Css Color HEX #AD1847 Cardinal

📋 copy color: '#AD1847'

red 173 ◦ green 24 ◦ blue 71

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

Shades of Cardinal #AD1847

Tints of Cardinal #AD1847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.49%

R = 64.55%
G = 8.96%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD1847 (or 0xAD1847) is known color: Cardinal. HEX triplet: AD, 18 and 47. RGB value is (173,24,71). Sum of RGB (Red+Green+Blue) = 173+24+71=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1847 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1847 is #52E7B8. Grayscale: #494949. Windows color (decimal): -5433273 or 4659373. OLE color: 4659373.

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

Color convert

RGB 173 24 71 -
CMYK 0 0.86 0.59 0.32
HSL 341.07º 0.76% 0.39% -
HSV(B) 341.07º 0.86% 0.68% -
XYZ 18.7 9.99 6.9 -
YUV 73.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 173 24 71 0 0.86 0.59 0.32 341.07 0.76 0.39
Hex AD 18 47 0 56 3B 20 155 4C 27
Octal 255 30 107 0 126 73 40 525 114 47
Binary 10101101 11000 1000111 0 1010110 111011 100000 101010101 1001100 100111

Color Harmonies of #AD1847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1847

Black with #AD1847

Text Example


Text Example

White with #AD1847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1847; }

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

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

background-color css

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

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

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

border-color css

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

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

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