#AD3433

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

Shades of Medium Carmine #AD3433

Tints of Medium Carmine #AD3433

Color information

#AD3433 (or 0xAD3433) is unknown color: approx Medium Carmine. HEX triplet: AD, 34 and 33. RGB value is (173,52,51). Sum of RGB (Red+Green+Blue) = 173+52+51=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3433 is #52CBCC. Grayscale: #585858. Windows color (decimal): -5426125 or 3355821. OLE color: 3355821.

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

Color convert

RGB1735251-
CMYK00.700.710.32
HSL0.49º54.46%43.92%-
HSV(B)0.49º70.52%67.84%-
XYZ19.0611.584.36-
YUV88.06107.09188.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.68%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 51 (20.31% from 255) = 18.48%
R=62.68%
G=18.84%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173525100.700.710.320.4954.4643.92
HexAD343304647200362c
Octal255646301061074006654
Binary101011011101001100110100011010001111000000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3433; }

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

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

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

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

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

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

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

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