#AD433D

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

Shades of Medium Carmine #AD433D

Tints of Medium Carmine #AD433D

Color information

#AD433D (or 0xAD433D) is unknown color: approx Medium Carmine. HEX triplet: AD, 43 and 3D. RGB value is (173,67,61). Sum of RGB (Red+Green+Blue) = 173+67+61=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD433D is #52BCC2. Grayscale: #626262. Windows color (decimal): -5422275 or 4015021. OLE color: 4015021.

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

Color convert

RGB1736761-
CMYK00.610.650.32
HSL3.21º47.86%45.88%-
HSV(B)3.21º64.74%67.84%-
XYZ20.0813.245.91-
YUV98.01107.12181.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.48%
GREEN value IS 67 (26.56% from 255) = 22.26%
BLUE value IS 61 (24.22% from 255) = 20.27%
R=57.48%
G=22.26%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173676100.610.650.323.2147.8645.88
HexAD433D03D41203302e
Octal255103750751014036056
Binary1010110110000111111010111101100000110000011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD433D; }

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

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

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

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

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

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

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

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