#AD1E2A

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

Shades of Cardinal #AD1E2A

Tints of Cardinal #AD1E2A

Color information

#AD1E2A (or 0xAD1E2A) is unknown color: approx Cardinal. HEX triplet: AD, 1E and 2A. RGB value is (173,30,42). Sum of RGB (Red+Green+Blue) = 173+30+42=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1E2A is #52E1D5. Grayscale: #4A4A4A. Windows color (decimal): -5431766 or 2760365. OLE color: 2760365.

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

Color convert

RGB1733042-
CMYK00.830.760.32
HSL354.97º70.44%39.8%-
HSV(B)354.97º82.66%67.84%-
XYZ18.129.983.16-
YUV74.12109.88198.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 70.61%
GREEN value IS 30 (12.11% from 255) = 12.24%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=70.61%
G=12.24%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173304200.830.760.32354.9770.4439.8
HexAD1E2A0534C201634628
Octal255365201231144054310650
Binary10101101111101010100101001110011001000001011000111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1E2A; }

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

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

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

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

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

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

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

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