#af4333

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

Shades of Medium Carmine #AF4333

Tints of Medium Carmine #AF4333

Color information

#AF4333 (or 0xAF4333) is unknown color: approx Medium Carmine. HEX triplet: AF, 43 and 33. RGB value is (175,67,51). Sum of RGB (Red+Green+Blue) = 175+67+51=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4333 is #50BCCC. Grayscale: #616161. Windows color (decimal): -5291213 or 3359663. OLE color: 3359663.

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

Color convert

RGB1756751-
CMYK00.620.710.31
HSL7.74º54.87%44.31%-
HSV(B)7.74º70.86%68.63%-
XYZ20.2813.374.64-
YUV97.47101.78183.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.73%
GREEN value IS 67 (26.56% from 255) = 22.87%
BLUE value IS 51 (20.31% from 255) = 17.41%
R=59.73%
G=22.87%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175675100.620.710.317.7454.8744.31
HexAF433303E471F8372c
Octal2571036307610737106754
Binary10101111100001111001101111101000111111111000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af4333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af4333; }

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

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

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

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

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

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

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

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