#AF4228

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

Shades of Medium Carmine #AF4228

Tints of Medium Carmine #AF4228

Color information

#AF4228 (or 0xAF4228) is unknown color: approx Medium Carmine. HEX triplet: AF, 42 and 28. RGB value is (175,66,40). Sum of RGB (Red+Green+Blue) = 175+66+40=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4228 is #50BDD7. Grayscale: #5F5F5F. Windows color (decimal): -5291480 or 2638511. OLE color: 2638511.

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

Color convert

RGB1756640-
CMYK00.620.770.31
HSL11.56º62.79%42.16%-
HSV(B)11.56º77.14%68.63%-
XYZ20.0113.163.49-
YUV95.6396.61184.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.28%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 40 (16.02% from 255) = 14.23%
R=62.28%
G=23.49%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175664000.620.770.3111.5662.7942.16
HexAF422803E4D1Fc3f2a
Octal2571025007611537147752
Binary10101111100001010100001111101001101111111100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4228; }

 p { color: rgb(175,66,40); }

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

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

 a { background-color: rgb(175,66,40); }

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

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

 span { border-color: rgb(175,66,40); }

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