#AD0D2E

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

Shades of Cardinal #AD0D2E

Tints of Cardinal #AD0D2E

Color information

#AD0D2E (or 0xAD0D2E) is unknown color: approx Cardinal. HEX triplet: AD, 0D and 2E. RGB value is (173,13,46). Sum of RGB (Red+Green+Blue) = 173+13+46=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0D2E is #52F2D1. Grayscale: #404040. Windows color (decimal): -5436114 or 3018157. OLE color: 3018157.

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

Color convert

RGB1731346-
CMYK00.920.730.32
HSL347.62º86.02%36.47%-
HSV(B)347.62º92.49%67.84%-
XYZ17.879.373.45-
YUV64.6117.51205.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 74.57%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 46 (18.36% from 255) = 19.83%
R=74.57%
G=5.60%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173134600.920.730.32347.6286.0236.47
HexADD2E05C492015c5624
Octal255155601341114053412644
Binary1010110111011011100101110010010011000001010111001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0D2E; }

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

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

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

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

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

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

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

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