#AF3D3A

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

Shades of Medium Carmine #AF3D3A

Tints of Medium Carmine #AF3D3A

Color information

#AF3D3A (or 0xAF3D3A) is unknown color: approx Medium Carmine. HEX triplet: AF, 3D and 3A. RGB value is (175,61,58). Sum of RGB (Red+Green+Blue) = 175+61+58=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3D3A is #50C2C5. Grayscale: #5E5E5E. Windows color (decimal): -5292742 or 3816879. OLE color: 3816879.

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

Color convert

RGB1756158-
CMYK00.650.670.31
HSL1.54º50.21%45.69%-
HSV(B)1.54º66.86%68.63%-
XYZ20.1112.765.41-
YUV94.74107.27185.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.52%
GREEN value IS 61 (24.22% from 255) = 20.75%
BLUE value IS 58 (23.05% from 255) = 19.73%
R=59.52%
G=20.75%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175615800.650.670.311.5450.2145.69
HexAF3D3A041431F2322e
Octal257757201011033726256
Binary101011111111011110100100000110000111111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3D3A; }

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

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

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

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

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

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

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

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