#AD043D

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

Shades of Cardinal #AD043D

Tints of Cardinal #AD043D

Color information

#AD043D (or 0xAD043D) is unknown color: approx Cardinal. HEX triplet: AD, 04 and 3D. RGB value is (173,4,61). Sum of RGB (Red+Green+Blue) = 173+4+61=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD043D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD043D is #52FBC2. Grayscale: #3C3C3C. Windows color (decimal): -5438403 or 3998893. OLE color: 3998893.

HSL color Cylindrical-coordinate representation of color #AD043D: hue angle of 339.76º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD043D is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB173461-
CMYK00.980.650.32
HSL339.76º95.48%34.71%-
HSV(B)339.76º97.69%67.84%-
XYZ18.129.315.26-
YUV61.03127.99207.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 72.69%
GREEN value IS 4 (1.95% from 255) = 1.68%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=72.69%
G=1.68%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17346100.980.650.32339.7695.4834.71
HexAD43D06241201545f23
Octal25547501421014052413743
Binary101011011001111010110001010000011000001010101001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD043D; }

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

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

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

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

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

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

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

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