Html Css Color HEX #AD1C44 Cardinal

📋 copy color: '#AD1C44'

red 173 ◦ green 28 ◦ blue 68

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

Shades of Cardinal #AD1C44

Tints of Cardinal #AD1C44

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

 BLUE value IS 68 (26.95% from 255) = 25.28%

R = 64.31%
G = 10.41%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD1C44 (or 0xAD1C44) is known color: Cardinal. HEX triplet: AD, 1C and 44. RGB value is (173,28,68). Sum of RGB (Red+Green+Blue) = 173+28+68=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C44 is #52E3BB. Grayscale: #4B4B4B. Windows color (decimal): -5432252 or 4463789. OLE color: 4463789.

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

Color convert

RGB 173 28 68 -
CMYK 0 0.84 0.61 0.32
HSL 343.45º 0.72% 0.39% -
HSV(B) 343.45º 0.84% 0.68% -
XYZ 18.69 10.13 6.44 -
YUV 75.92 123.54 197.25 -
System Red Green Blue C M Y K H S L
Decimal 173 28 68 0 0.84 0.61 0.32 343.45 0.72 0.39
Hex AD 1C 44 0 54 3D 20 157 48 27
Octal 255 34 104 0 124 75 40 527 110 47
Binary 10101101 11100 1000100 0 1010100 111101 100000 101010111 1001000 100111

Color Harmonies of #AD1C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C44

Black with #AD1C44

Text Example


Text Example

White with #AD1C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C44; }

 p { color: rgb(173,28,68); }

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

background-color css

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

 a { background-color: rgb(173,28,68); }

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

border-color css

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

 span { border-color: rgb(173,28,68); }

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