#AF4538

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

Shades of Medium Carmine #AF4538

Tints of Medium Carmine #AF4538

Color information

#AF4538 (or 0xAF4538) is unknown color: approx Medium Carmine. HEX triplet: AF, 45 and 38. RGB value is (175,69,56). Sum of RGB (Red+Green+Blue) = 175+69+56=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4538 is #50BAC7. Grayscale: #636363. Windows color (decimal): -5290696 or 3687855. OLE color: 3687855.

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

Color convert

RGB1756956-
CMYK00.610.680.31
HSL6.55º51.52%45.29%-
HSV(B)6.55º68%68.63%-
XYZ20.5213.665.3-
YUV99.21103.62182.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.33%
GREEN value IS 69 (27.34% from 255) = 23%
BLUE value IS 56 (22.27% from 255) = 18.67%
R=58.33%
G=23%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175695600.610.680.316.5551.5245.29
HexAF453803D441F7342d
Octal257105700751043776455
Binary1010111110001011110000111101100010011111111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4538; }

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

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

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

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

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

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

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

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