#AF4336

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

Shades of Medium Carmine #AF4336

Tints of Medium Carmine #AF4336

Color information

#AF4336 (or 0xAF4336) is unknown color: approx Medium Carmine. HEX triplet: AF, 43 and 36. RGB value is (175,67,54). Sum of RGB (Red+Green+Blue) = 175+67+54=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4336 is #50BCC9. Grayscale: #616161. Windows color (decimal): -5291210 or 3556271. OLE color: 3556271.

HSL color Cylindrical-coordinate representation of color #AF4336: hue angle of 6.45º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4336 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1756754-
CMYK00.620.690.31
HSL6.45º52.84%44.9%-
HSV(B)6.45º69.14%68.63%-
XYZ20.3513.395-
YUV97.81103.28183.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.12%
GREEN value IS 67 (26.56% from 255) = 22.64%
BLUE value IS 54 (21.48% from 255) = 18.24%
R=59.12%
G=22.64%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175675400.620.690.316.4552.8444.9
HexAF433603E451F6352d
Octal257103660761053766555
Binary1010111110000111101100111110100010111111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4336; }

 p { color: rgb(175,67,54); }

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

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

 a { background-color: rgb(175,67,54); }

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

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

 span { border-color: rgb(175,67,54); }

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