#AF4341

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

Shades of Medium Carmine #AF4341

Tints of Medium Carmine #AF4341

Color information

#AF4341 (or 0xAF4341) is unknown color: approx Medium Carmine. HEX triplet: AF, 43 and 41. RGB value is (175,67,65). Sum of RGB (Red+Green+Blue) = 175+67+65=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4341 is #50BCBE. Grayscale: #636363. Windows color (decimal): -5291199 or 4277167. OLE color: 4277167.

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

Color convert

RGB1756765-
CMYK00.620.630.31
HSL1.09º45.83%47.06%-
HSV(B)1.09º62.86%68.63%-
XYZ20.6413.516.52-
YUV99.06108.78182.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.00%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 65 (25.78% from 255) = 21.17%
R=57.00%
G=21.82%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175676500.620.630.311.0945.8347.06
HexAF434103E3F1F12e2f
Octal257103101076773715657
Binary10101111100001110000010111110111111111111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4341; }

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

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

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

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

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

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

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

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