#AD3F2B

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

Shades of Medium Carmine #AD3F2B

Tints of Medium Carmine #AD3F2B

Color information

#AD3F2B (or 0xAD3F2B) is unknown color: approx Medium Carmine. HEX triplet: AD, 3F and 2B. RGB value is (173,63,43). Sum of RGB (Red+Green+Blue) = 173+63+43=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F2B is #52C0D4. Grayscale: #5D5D5D. Windows color (decimal): -5423317 or 2834349. OLE color: 2834349.

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

Color convert

RGB1736343-
CMYK00.640.750.32
HSL9.23º60.19%42.35%-
HSV(B)9.23º75.14%67.84%-
XYZ19.4512.613.7-
YUV93.6199.44184.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.01%
GREEN value IS 63 (25% from 255) = 22.58%
BLUE value IS 43 (17.19% from 255) = 15.41%
R=62.01%
G=22.58%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173634300.640.750.329.2360.1942.35
HexAD3F2B0404B2093c2a
Octal2557753010011340117452
Binary101011011111111010110100000010010111000001001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3F2B; }

 p { color: rgb(173,63,43); }

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

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

 a { background-color: rgb(173,63,43); }

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

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

 span { border-color: rgb(173,63,43); }

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