#AD1C44

Color #AD1C44 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #AD1C44

Tints of Cardinal #AD1C44

Color information

#AD1C44 (or 0xAD1C44) is unknown color: approx 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

RGB1732868-
CMYK00.840.610.32
HSL343.45º72.14%39.41%-
HSV(B)343.45º83.82%67.84%-
XYZ18.6910.136.44-
YUV75.91123.54197.25-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173286800.840.610.32343.4572.1439.41
HexAD1C440543D201574827
Octal255341040124754052711047
Binary10101101111001000100010101001111011000001010101111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>