#AF4534

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

Shades of Medium Carmine #AF4534

Tints of Medium Carmine #AF4534

Color information

#AF4534 (or 0xAF4534) is unknown color: approx Medium Carmine. HEX triplet: AF, 45 and 34. RGB value is (175,69,52). Sum of RGB (Red+Green+Blue) = 175+69+52=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4534 is #50BACB. Grayscale: #626262. Windows color (decimal): -5290700 or 3425711. OLE color: 3425711.

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

Color convert

RGB1756952-
CMYK00.610.700.31
HSL8.29º54.19%44.51%-
HSV(B)8.29º70.29%68.63%-
XYZ20.4313.624.8-
YUV98.76101.62182.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.12%
GREEN value IS 69 (27.34% from 255) = 23.31%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=59.12%
G=23.31%
B=17.57%

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
Decimal175695200.610.700.318.2954.1944.51
HexAF453403D461F8362d
Octal2571056407510637106655
Binary10101111100010111010001111011000110111111000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4534; }

 p { color: rgb(175,69,52); }

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

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

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

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

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

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

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