#AD3B34

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

Shades of Medium Carmine #AD3B34

Tints of Medium Carmine #AD3B34

Color information

#AD3B34 (or 0xAD3B34) is unknown color: approx Medium Carmine. HEX triplet: AD, 3B and 34. RGB value is (173,59,52). Sum of RGB (Red+Green+Blue) = 173+59+52=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B34 is #52C4CB. Grayscale: #5C5C5C. Windows color (decimal): -5424332 or 3423149. OLE color: 3423149.

HSL color Cylindrical-coordinate representation of color #AD3B34: hue angle of 3.47º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3B34 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB1735952-
CMYK00.660.700.32
HSL3.47º53.78%44.12%-
HSV(B)3.47º69.94%67.84%-
XYZ19.4212.264.59-
YUV92.29105.27185.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.92%
GREEN value IS 59 (23.44% from 255) = 20.77%
BLUE value IS 52 (20.70% from 255) = 18.31%
R=60.92%
G=20.77%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173595200.660.700.323.4753.7844.12
HexAD3B3404246203362c
Octal255736401021064036654
Binary1010110111101111010001000010100011010000011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3B34; }

 p { color: rgb(173,59,52); }

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

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

 a { background-color: rgb(173,59,52); }

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

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

 span { border-color: rgb(173,59,52); }

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