#ad3434

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

Shades of Medium Carmine #AD3434

Tints of Medium Carmine #AD3434

Color information

#AD3434 (or 0xAD3434) is unknown color: approx Medium Carmine. HEX triplet: AD, 34 and 34. RGB value is (173,52,52). Sum of RGB (Red+Green+Blue) = 173+52+52=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3434 is #52CBCB. Grayscale: #585858. Windows color (decimal): -5426124 or 3421357. OLE color: 3421357.

HSL color Cylindrical-coordinate representation of color #AD3434: hue angle of 0º 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 #AD3434 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB1735252-
CMYK00.700.700.32
HSL53.78%44.12%-
HSV(B)69.94%67.84%-
XYZ19.0811.594.48-
YUV88.18107.59188.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.45%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=62.45%
G=18.77%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173525200.700.700.32053.7844.12
HexAD343404646200362c
Octal255646401061064006654
Binary101011011101001101000100011010001101000000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad3434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad3434; }

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

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

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

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

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

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

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

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