#AD1E28

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

Shades of Cardinal #AD1E28

Tints of Cardinal #AD1E28

Color information

#AD1E28 (or 0xAD1E28) is unknown color: approx Cardinal. HEX triplet: AD, 1E and 28. RGB value is (173,30,40). Sum of RGB (Red+Green+Blue) = 173+30+40=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E28 is #52E1D7. Grayscale: #4A4A4A. Windows color (decimal): -5431768 or 2629293. OLE color: 2629293.

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

Color convert

RGB1733040-
CMYK00.830.770.32
HSL355.8º70.44%39.8%-
HSV(B)355.8º82.66%67.84%-
XYZ18.089.972.98-
YUV73.9108.88198.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 71.19%
GREEN value IS 30 (12.11% from 255) = 12.35%
BLUE value IS 40 (16.02% from 255) = 16.46%
R=71.19%
G=12.35%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173304000.830.770.32355.870.4439.8
HexAD1E280534D201644628
Octal255365001231154054410650
Binary10101101111101010000101001110011011000001011001001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1E28; }

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

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

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

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

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

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

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

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