Html Css Color HEX #AD1648 Cardinal

📋 copy color: '#AD1648'

red 173 ◦ green 22 ◦ blue 72

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

Shades of Cardinal #AD1648

Tints of Cardinal #AD1648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.24%

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

R = 64.79%
G = 8.24%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD1648 (or 0xAD1648) is known color: Cardinal. HEX triplet: AD, 16 and 48. RGB value is (173,22,72). Sum of RGB (Red+Green+Blue) = 173+22+72=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1648 is #52E9B7. Grayscale: #484848. Windows color (decimal): -5433784 or 4724397. OLE color: 4724397.

HSL color Cylindrical-coordinate representation of color #AD1648: hue angle of 340.13º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1648 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 22 72 -
CMYK 0 0.87 0.58 0.32
HSL 340.13º 0.77% 0.38% -
HSV(B) 340.13º 0.87% 0.68% -
XYZ 18.69 9.93 7.06 -
YUV 72.85 127.53 199.43 -
System Red Green Blue C M Y K H S L
Decimal 173 22 72 0 0.87 0.58 0.32 340.13 0.77 0.38
Hex AD 16 48 0 57 3A 20 154 4D 26
Octal 255 26 110 0 127 72 40 524 115 46
Binary 10101101 10110 1001000 0 1010111 111010 100000 101010100 1001101 100110

Color Harmonies of #AD1648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1648

Black with #AD1648

Text Example


Text Example

White with #AD1648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1648; }

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

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

background-color css

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

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

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

border-color css

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

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

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