#AF4835

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

Shades of Medium Carmine #AF4835

Tints of Medium Carmine #AF4835

Color information

#AF4835 (or 0xAF4835) is unknown color: approx Medium Carmine. HEX triplet: AF, 48 and 35. RGB value is (175,72,53). Sum of RGB (Red+Green+Blue) = 175+72+53=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4835 is #50B7CA. Grayscale: #646464. Windows color (decimal): -5289931 or 3492015. OLE color: 3492015.

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

Color convert

RGB1757253-
CMYK00.590.700.31
HSL9.34º53.51%44.71%-
HSV(B)9.34º69.71%68.63%-
XYZ20.6414.014.98-
YUV100.63101.12181.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.33%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 53 (21.09% from 255) = 17.67%
R=58.33%
G=24%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175725300.590.700.319.3453.5144.71
HexAF483503B461F9362d
Octal2571106507310637116655
Binary10101111100100011010101110111000110111111001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4835; }

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

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

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

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

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

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

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

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