#AF3933

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

Shades of Medium Carmine #AF3933

Tints of Medium Carmine #AF3933

Color information

#AF3933 (or 0xAF3933) is unknown color: approx Medium Carmine. HEX triplet: AF, 39 and 33. RGB value is (175,57,51). Sum of RGB (Red+Green+Blue) = 175+57+51=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3933 is #50C6CC. Grayscale: #5B5B5B. Windows color (decimal): -5293773 or 3357103. OLE color: 3357103.

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

Color convert

RGB1755751-
CMYK00.670.710.31
HSL2.9º54.87%44.31%-
HSV(B)2.9º70.86%68.63%-
XYZ19.7412.284.46-
YUV91.6105.09187.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.84%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=61.84%
G=20.14%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175575100.670.710.312.954.8744.31
HexAF3933043471F3372c
Octal257716301031073736754
Binary101011111110011100110100001110001111111111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3933; }

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

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

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

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

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

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

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

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