#AD0A3D

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

Shades of Cardinal #AD0A3D

Tints of Cardinal #AD0A3D

Color information

#AD0A3D (or 0xAD0A3D) is unknown color: approx Cardinal. HEX triplet: AD, 0A and 3D. RGB value is (173,10,61). Sum of RGB (Red+Green+Blue) = 173+10+61=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0A3D is #52F5C2. Grayscale: #404040. Windows color (decimal): -5436867 or 4000429. OLE color: 4000429.

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

Color convert

RGB1731061-
CMYK00.940.650.32
HSL341.23º89.07%35.88%-
HSV(B)341.23º94.22%67.84%-
XYZ18.189.445.28-
YUV64.55126205.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 70.90%
GREEN value IS 10 (4.30% from 255) = 4.10%
BLUE value IS 61 (24.22% from 255) = 25%
R=70.90%
G=4.10%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173106100.940.650.32341.2389.0735.88
HexADA3D05E41201555924
Octal255127501361014052513144
Binary1010110110101111010101111010000011000001010101011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0A3D; }

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

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

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

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

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

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

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

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