#AD1E42

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

Shades of Cardinal #AD1E42

Tints of Cardinal #AD1E42

Color information

#AD1E42 (or 0xAD1E42) is unknown color: approx Cardinal. HEX triplet: AD, 1E and 42. RGB value is (173,30,66). Sum of RGB (Red+Green+Blue) = 173+30+66=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E42 is #52E1BD. Grayscale: #4C4C4C. Windows color (decimal): -5431742 or 4333229. OLE color: 4333229.

HSL color Cylindrical-coordinate representation of color #AD1E42: hue angle of 344.9º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1E42 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB1733066-
CMYK00.830.620.32
HSL344.9º70.44%39.8%-
HSV(B)344.9º82.66%67.84%-
XYZ18.6810.216.14-
YUV76.86121.88196.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.31%
GREEN value IS 30 (12.11% from 255) = 11.15%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=64.31%
G=11.15%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173306600.830.620.32344.970.4439.8
HexAD1E420533E201594628
Octal255361020123764053110650
Binary10101101111101000010010100111111101000001010110011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1E42; }

 p { color: rgb(173,30,66); }

 H1.HeaderClassName
 {
   color: #AD1E42;
 }
 .AnyTagClassName
 {
   color: #AD1E42;
 }
</style>
background-color css

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

 a { background-color: rgb(173,30,66); }

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

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

 span { border-color: rgb(173,30,66); }

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