#AF4332

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

Shades of Medium Carmine #AF4332

Tints of Medium Carmine #AF4332

Color information

#AF4332 (or 0xAF4332) is unknown color: approx Medium Carmine. HEX triplet: AF, 43 and 32. RGB value is (175,67,50). Sum of RGB (Red+Green+Blue) = 175+67+50=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4332 is #50BCCD. Grayscale: #616161. Windows color (decimal): -5291214 or 3294127. OLE color: 3294127.

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

Color convert

RGB1756750-
CMYK00.620.710.31
HSL8.16º55.56%44.12%-
HSV(B)8.16º71.43%68.63%-
XYZ20.2613.364.53-
YUV97.35101.28183.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.93%
GREEN value IS 67 (26.56% from 255) = 22.95%
BLUE value IS 50 (19.92% from 255) = 17.12%
R=59.93%
G=22.95%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175675000.620.710.318.1655.5644.12
HexAF433203E471F8382c
Octal2571036207610737107054
Binary10101111100001111001001111101000111111111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4332; }

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

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

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

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

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

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

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

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