#AF4338

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

Shades of Medium Carmine #AF4338

Tints of Medium Carmine #AF4338

Color information

#AF4338 (or 0xAF4338) is unknown color: approx Medium Carmine. HEX triplet: AF, 43 and 38. RGB value is (175,67,56). Sum of RGB (Red+Green+Blue) = 175+67+56=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4338 is #50BCC7. Grayscale: #626262. Windows color (decimal): -5291208 or 3687343. OLE color: 3687343.

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

Color convert

RGB1756756-
CMYK00.620.680.31
HSL5.55º51.52%45.29%-
HSV(B)5.55º68%68.63%-
XYZ20.413.415.26-
YUV98.04104.28182.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.72%
GREEN value IS 67 (26.56% from 255) = 22.48%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=58.72%
G=22.48%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175675600.620.680.315.5551.5245.29
HexAF433803E441F6342d
Octal257103700761043766455
Binary1010111110000111110000111110100010011111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4338; }

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

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

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

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

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

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

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

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