#AD3820

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

Shades of Medium Carmine #AD3820

Tints of Medium Carmine #AD3820

Color information

#AD3820 (or 0xAD3820) is unknown color: approx Medium Carmine. HEX triplet: AD, 38 and 20. RGB value is (173,56,32). Sum of RGB (Red+Green+Blue) = 173+56+32=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3820 is #52C7DF. Grayscale: #585858. Windows color (decimal): -5425120 or 2111661. OLE color: 2111661.

HSL color Cylindrical-coordinate representation of color #AD3820: hue angle of 10.21º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD3820 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB1735632-
CMYK00.680.820.32
HSL10.21º68.78%40.2%-
HSV(B)10.21º81.5%67.84%-
XYZ18.9111.822.65-
YUV88.2596.26188.45-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.28%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 32 (12.89% from 255) = 12.26%
R=66.28%
G=21.46%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173563200.680.820.3210.2168.7840.2
HexAD38200445220a4528
Octal25570400104122401210550
Binary1010110111100010000001000100101001010000010101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3820; }

 p { color: rgb(173,56,32); }

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

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

 a { background-color: rgb(173,56,32); }

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

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

 span { border-color: rgb(173,56,32); }

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