#AF4435

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

Shades of Medium Carmine #AF4435

Tints of Medium Carmine #AF4435

Color information

#AF4435 (or 0xAF4435) is unknown color: approx Medium Carmine. HEX triplet: AF, 44 and 35. RGB value is (175,68,53). Sum of RGB (Red+Green+Blue) = 175+68+53=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4435 is #50BBCA. Grayscale: #626262. Windows color (decimal): -5290955 or 3490991. OLE color: 3490991.

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

Color convert

RGB1756853-
CMYK00.610.700.31
HSL7.38º53.51%44.71%-
HSV(B)7.38º69.71%68.63%-
XYZ20.3913.514.9-
YUV98.28102.45182.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.12%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 53 (21.09% from 255) = 17.91%
R=59.12%
G=22.97%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175685300.610.700.317.3853.5144.71
HexAF443503D461F7362d
Octal257104650751063776655
Binary1010111110001001101010111101100011011111111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4435; }

 p { color: rgb(175,68,53); }

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

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

 a { background-color: rgb(175,68,53); }

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

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

 span { border-color: rgb(175,68,53); }

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