#AF3833

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

Shades of Medium Carmine #AF3833

Tints of Medium Carmine #AF3833

Color information

#AF3833 (or 0xAF3833) is unknown color: approx Medium Carmine. HEX triplet: AF, 38 and 33. RGB value is (175,56,51). Sum of RGB (Red+Green+Blue) = 175+56+51=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3833 is #50C7CC. Grayscale: #5B5B5B. Windows color (decimal): -5294029 or 3356847. OLE color: 3356847.

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

Color convert

RGB1755651-
CMYK00.680.710.31
HSL2.42º54.87%44.31%-
HSV(B)2.42º70.86%68.63%-
XYZ19.6912.184.45-
YUV91.01105.42187.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.06%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=62.06%
G=19.86%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175565100.680.710.312.4254.8744.31
HexAF3833044471F2372c
Octal257706301041073726754
Binary101011111110001100110100010010001111111110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3833; }

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

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

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

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

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

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

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

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