#AD0C2E

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

Shades of Cardinal #AD0C2E

Tints of Cardinal #AD0C2E

Color information

#AD0C2E (or 0xAD0C2E) is unknown color: approx Cardinal. HEX triplet: AD, 0C and 2E. RGB value is (173,12,46). Sum of RGB (Red+Green+Blue) = 173+12+46=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0C2E is #52F3D1. Grayscale: #404040. Windows color (decimal): -5436370 or 3017901. OLE color: 3017901.

HSL color Cylindrical-coordinate representation of color #AD0C2E: hue angle of 347.33º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0C2E is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB1731246-
CMYK00.930.730.32
HSL347.33º87.03%36.27%-
HSV(B)347.33º93.06%67.84%-
XYZ17.869.343.45-
YUV64.01117.84205.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 74.89%
GREEN value IS 12 (5.08% from 255) = 5.19%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=74.89%
G=5.19%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173124600.930.730.32347.3387.0336.27
HexADC2E05D492015b5724
Octal255145601351114053312744
Binary1010110111001011100101110110010011000001010110111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0C2E; }

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

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

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

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

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

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

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

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