#AF3736

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

Shades of Medium Carmine #AF3736

Tints of Medium Carmine #AF3736

Color information

#AF3736 (or 0xAF3736) is unknown color: approx Medium Carmine. HEX triplet: AF, 37 and 36. RGB value is (175,55,54). Sum of RGB (Red+Green+Blue) = 175+55+54=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3736 is #50C8C9. Grayscale: #5A5A5A. Windows color (decimal): -5294282 or 3553199. OLE color: 3553199.

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

Color convert

RGB1755554-
CMYK00.690.690.31
HSL0.5º52.84%44.9%-
HSV(B)0.5º69.14%68.63%-
XYZ19.7112.114.79-
YUV90.77107.26188.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.62%
GREEN value IS 55 (21.88% from 255) = 19.37%
BLUE value IS 54 (21.48% from 255) = 19.01%
R=61.62%
G=19.37%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175555400.690.690.310.552.8444.9
HexAF3736045451F0352d
Octal257676601051053706555
Binary10101111110111110110010001011000101111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3736; }

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

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

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

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

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

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

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

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