#AF3A2B

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

Shades of Medium Carmine #AF3A2B

Tints of Medium Carmine #AF3A2B

Color information

#AF3A2B (or 0xAF3A2B) is unknown color: approx Medium Carmine. HEX triplet: AF, 3A and 2B. RGB value is (175,58,43). Sum of RGB (Red+Green+Blue) = 175+58+43=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A2B is #50C5D4. Grayscale: #5B5B5B. Windows color (decimal): -5293525 or 2833071. OLE color: 2833071.

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

Color convert

RGB1755843-
CMYK00.670.750.31
HSL6.82º60.55%42.75%-
HSV(B)6.82º75.43%68.63%-
XYZ19.6312.313.63-
YUV91.27100.76187.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.41%
GREEN value IS 58 (23.05% from 255) = 21.01%
BLUE value IS 43 (17.19% from 255) = 15.58%
R=63.41%
G=21.01%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175584300.670.750.316.8260.5542.75
HexAF3A2B0434B1F73d2b
Octal257725301031133777553
Binary1010111111101010101101000011100101111111111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3A2B; }

 p { color: rgb(175,58,43); }

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

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

 a { background-color: rgb(175,58,43); }

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

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

 span { border-color: rgb(175,58,43); }

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