Html Css Color HEX #AD1848 Cardinal

📋 copy color: '#AD1848'

red 173 ◦ green 24 ◦ blue 72

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

Shades of Cardinal #AD1848

Tints of Cardinal #AD1848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.77%

R = 64.31%
G = 8.92%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD1848 (or 0xAD1848) is known color: Cardinal. HEX triplet: AD, 18 and 48. RGB value is (173,24,72). Sum of RGB (Red+Green+Blue) = 173+24+72=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1848 is #52E7B7. Grayscale: #494949. Windows color (decimal): -5433272 or 4724909. OLE color: 4724909.

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

Color convert

RGB 173 24 72 -
CMYK 0 0.86 0.58 0.32
HSL 340.67º 0.76% 0.39% -
HSV(B) 340.67º 0.86% 0.68% -
XYZ 18.73 10.01 7.07 -
YUV 74.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 173 24 72 0 0.86 0.58 0.32 340.67 0.76 0.39
Hex AD 18 48 0 56 3A 20 155 4C 27
Octal 255 30 110 0 126 72 40 525 114 47
Binary 10101101 11000 1001000 0 1010110 111010 100000 101010101 1001100 100111

Color Harmonies of #AD1848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1848

Black with #AD1848

Text Example


Text Example

White with #AD1848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1848; }

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

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

background-color css

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

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

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

border-color css

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

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

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