#AF3433

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

Shades of Medium Carmine #AF3433

Tints of Medium Carmine #AF3433

Color information

#AF3433 (or 0xAF3433) is unknown color: approx Medium Carmine. HEX triplet: AF, 34 and 33. RGB value is (175,52,51). Sum of RGB (Red+Green+Blue) = 175+52+51=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3433 is #50CBCC. Grayscale: #585858. Windows color (decimal): -5295053 or 3355823. OLE color: 3355823.

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

Color convert

RGB1755251-
CMYK00.700.710.31
HSL0.48º54.87%44.31%-
HSV(B)0.48º70.86%68.63%-
XYZ19.511.814.38-
YUV88.66106.75189.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.95%
GREEN value IS 52 (20.70% from 255) = 18.71%
BLUE value IS 51 (20.31% from 255) = 18.35%
R=62.95%
G=18.71%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175525100.700.710.310.4854.8744.31
HexAF3433046471F0372c
Octal257646301061073706754
Binary10101111110100110011010001101000111111110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3433; }

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

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

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

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

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

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

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

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