#af3a22

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

Shades of Medium Carmine #AF3A22

Tints of Medium Carmine #AF3A22

Color information

#AF3A22 (or 0xAF3A22) is unknown color: approx Medium Carmine. HEX triplet: AF, 3A and 22. RGB value is (175,58,34). Sum of RGB (Red+Green+Blue) = 175+58+34=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A22 is #50C5DD. Grayscale: #5A5A5A. Windows color (decimal): -5293534 or 2243247. OLE color: 2243247.

HSL color Cylindrical-coordinate representation of color #AF3A22: hue angle of 10.21º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF3A22 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1755834-
CMYK00.670.810.31
HSL10.21º67.46%40.98%-
HSV(B)10.21º80.57%68.63%-
XYZ19.4812.262.85-
YUV90.2596.26188.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.54%
GREEN value IS 58 (23.05% from 255) = 21.72%
BLUE value IS 34 (13.67% from 255) = 12.73%
R=65.54%
G=21.72%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175583400.670.810.3110.2167.4640.98
HexAF3A22043511Fa4329
Octal25772420103121371210351
Binary101011111110101000100100001110100011111110101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3a22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3a22; }

 p { color: rgb(175,58,34); }

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

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

 a { background-color: rgb(175,58,34); }

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

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

 span { border-color: rgb(175,58,34); }

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