#AF3935

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

Shades of Medium Carmine #AF3935

Tints of Medium Carmine #AF3935

Color information

#AF3935 (or 0xAF3935) is unknown color: approx Medium Carmine. HEX triplet: AF, 39 and 35. RGB value is (175,57,53). Sum of RGB (Red+Green+Blue) = 175+57+53=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3935 is #50C6CA. Grayscale: #5B5B5B. Windows color (decimal): -5293771 or 3488175. OLE color: 3488175.

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

Color convert

RGB1755753-
CMYK00.670.700.31
HSL1.97º53.51%44.71%-
HSV(B)1.97º69.71%68.63%-
XYZ19.7812.34.7-
YUV91.83106.09187.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.40%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 53 (21.09% from 255) = 18.60%
R=61.40%
G=20%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175575300.670.700.311.9753.5144.71
HexAF3935043461F2362d
Octal257716501031063726655
Binary101011111110011101010100001110001101111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3935; }

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

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

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

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

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

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

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

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