#AD112E

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

Shades of Cardinal #AD112E

Tints of Cardinal #AD112E

Color information

#AD112E (or 0xAD112E) is unknown color: approx Cardinal. HEX triplet: AD, 11 and 2E. RGB value is (173,17,46). Sum of RGB (Red+Green+Blue) = 173+17+46=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD112E is #52EED1. Grayscale: #424242. Windows color (decimal): -5435090 or 3019181. OLE color: 3019181.

HSL color Cylindrical-coordinate representation of color #AD112E: hue angle of 348.85º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD112E is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB1731746-
CMYK00.900.730.32
HSL348.85º82.11%37.25%-
HSV(B)348.85º90.17%67.84%-
XYZ17.939.483.47-
YUV66.95116.18203.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 73.31%
GREEN value IS 17 (7.03% from 255) = 7.20%
BLUE value IS 46 (18.36% from 255) = 19.49%
R=73.31%
G=7.20%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173174600.900.730.32348.8582.1137.25
HexAD112E05A492015d5225
Octal255215601321114053512245
Binary10101101100011011100101101010010011000001010111011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD112E; }

 p { color: rgb(173,17,46); }

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

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

 a { background-color: rgb(173,17,46); }

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

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

 span { border-color: rgb(173,17,46); }

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