#AD1E2D

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

Shades of Cardinal #AD1E2D

Tints of Cardinal #AD1E2D

Color information

#AD1E2D (or 0xAD1E2D) is unknown color: approx Cardinal. HEX triplet: AD, 1E and 2D. RGB value is (173,30,45). Sum of RGB (Red+Green+Blue) = 173+30+45=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E2D is #52E1D2. Grayscale: #4A4A4A. Windows color (decimal): -5431763 or 2956973. OLE color: 2956973.

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

Color convert

RGB1733045-
CMYK00.830.740.32
HSL353.71º70.44%39.8%-
HSV(B)353.71º82.66%67.84%-
XYZ18.17103.46-
YUV74.47111.38198.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 69.76%
GREEN value IS 30 (12.11% from 255) = 12.10%
BLUE value IS 45 (17.97% from 255) = 18.15%
R=69.76%
G=12.10%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173304500.830.740.32353.7170.4439.8
HexAD1E2D0534A201624628
Octal255365501231124054210650
Binary10101101111101011010101001110010101000001011000101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1E2D; }

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

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

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

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

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

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

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

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