#AD0A3E

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

Shades of Cardinal #AD0A3E

Tints of Cardinal #AD0A3E

Color information

#AD0A3E (or 0xAD0A3E) is unknown color: approx Cardinal. HEX triplet: AD, 0A and 3E. RGB value is (173,10,62). Sum of RGB (Red+Green+Blue) = 173+10+62=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0A3E is #52F5C1. Grayscale: #404040. Windows color (decimal): -5436866 or 4065965. OLE color: 4065965.

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

Color convert

RGB1731062-
CMYK00.940.640.32
HSL340.86º89.07%35.88%-
HSV(B)340.86º94.22%67.84%-
XYZ18.219.455.42-
YUV64.66126.5205.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 70.61%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=70.61%
G=4.08%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173106200.940.640.32340.8689.0735.88
HexADA3E05E40201555924
Octal255127601361004052513144
Binary1010110110101111100101111010000001000001010101011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0A3E; }

 p { color: rgb(173,10,62); }

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

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

 a { background-color: rgb(173,10,62); }

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

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

 span { border-color: rgb(173,10,62); }

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