#AF3635

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

Shades of Medium Carmine #AF3635

Tints of Medium Carmine #AF3635

Color information

#AF3635 (or 0xAF3635) is unknown color: approx Medium Carmine. HEX triplet: AF, 36 and 35. RGB value is (175,54,53). Sum of RGB (Red+Green+Blue) = 175+54+53=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3635 is #50C9CA. Grayscale: #5A5A5A. Windows color (decimal): -5294539 or 3487407. OLE color: 3487407.

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

Color convert

RGB1755453-
CMYK00.690.700.31
HSL0.49º53.51%44.71%-
HSV(B)0.49º69.71%68.63%-
XYZ19.6412.014.65-
YUV90.06107.09188.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.06%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 53 (21.09% from 255) = 18.79%
R=62.06%
G=19.15%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175545300.690.700.310.4953.5144.71
HexAF3635045461F0362d
Octal257666501051063706655
Binary10101111110110110101010001011000110111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3635; }

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

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

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

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

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

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

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

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