#AF433F

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

Shades of Medium Carmine #AF433F

Tints of Medium Carmine #AF433F

Color information

#AF433F (or 0xAF433F) is unknown color: approx Medium Carmine. HEX triplet: AF, 43 and 3F. RGB value is (175,67,63). Sum of RGB (Red+Green+Blue) = 175+67+63=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF433F is #50BCC0. Grayscale: #626262. Windows color (decimal): -5291201 or 4146095. OLE color: 4146095.

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

Color convert

RGB1756763-
CMYK00.620.640.31
HSL2.14º47.06%46.67%-
HSV(B)2.14º64%68.63%-
XYZ20.5813.496.22-
YUV98.84107.78182.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.38%
GREEN value IS 67 (26.56% from 255) = 21.97%
BLUE value IS 63 (25% from 255) = 20.66%
R=57.38%
G=21.97%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175676300.620.640.312.1447.0646.67
HexAF433F03E401F22f2f
Octal257103770761003725757
Binary101011111000011111111011111010000001111110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF433F; }

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

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

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

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

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

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

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

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