#AF4226

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

Shades of Medium Carmine #AF4226

Tints of Medium Carmine #AF4226

Color information

#AF4226 (or 0xAF4226) is unknown color: approx Medium Carmine. HEX triplet: AF, 42 and 26. RGB value is (175,66,38). Sum of RGB (Red+Green+Blue) = 175+66+38=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4226 is #50BDD9. Grayscale: #5F5F5F. Windows color (decimal): -5291482 or 2507439. OLE color: 2507439.

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

Color convert

RGB1756638-
CMYK00.620.780.31
HSL12.26º64.32%41.76%-
HSV(B)12.26º78.29%68.63%-
XYZ19.9813.153.32-
YUV95.495.61184.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.72%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 38 (15.23% from 255) = 13.62%
R=62.72%
G=23.66%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175663800.620.780.3112.2664.3241.76
HexAF422603E4E1Fc402a
Octal25710246076116371410052
Binary101011111000010100110011111010011101111111001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4226; }

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

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

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

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

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

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

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

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