#AF4A35

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

Shades of Medium Carmine #AF4A35

Tints of Medium Carmine #AF4A35

Color information

#AF4A35 (or 0xAF4A35) is unknown color: approx Medium Carmine. HEX triplet: AF, 4A and 35. RGB value is (175,74,53). Sum of RGB (Red+Green+Blue) = 175+74+53=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A35 is #50B5CA. Grayscale: #656565. Windows color (decimal): -5289419 or 3492527. OLE color: 3492527.

HSL color Cylindrical-coordinate representation of color #AF4A35: hue angle of 10.33º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4A35 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1757453-
CMYK00.580.700.31
HSL10.33º53.51%44.71%-
HSV(B)10.33º69.71%68.63%-
XYZ20.7714.275.03-
YUV101.8100.46180.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.95%
GREEN value IS 74 (29.30% from 255) = 24.50%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=57.95%
G=24.50%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175745300.580.700.3110.3353.5144.71
HexAF4A3503A461Fa362d
Octal2571126507210637126655
Binary10101111100101011010101110101000110111111010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4A35; }

 p { color: rgb(175,74,53); }

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

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

 a { background-color: rgb(175,74,53); }

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

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

 span { border-color: rgb(175,74,53); }

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