#AF362E

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

Shades of Medium Carmine #AF362E

Tints of Medium Carmine #AF362E

Color information

#AF362E (or 0xAF362E) is unknown color: approx Medium Carmine. HEX triplet: AF, 36 and 2E. RGB value is (175,54,46). Sum of RGB (Red+Green+Blue) = 175+54+46=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF362E is #50C9D1. Grayscale: #595959. Windows color (decimal): -5294546 or 3028655. OLE color: 3028655.

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

Color convert

RGB1755446-
CMYK00.690.740.31
HSL3.72º58.37%43.33%-
HSV(B)3.72º73.71%68.63%-
XYZ19.4911.953.86-
YUV89.27103.59189.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.64%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=63.64%
G=19.64%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175544600.690.740.313.7258.3743.33
HexAF362E0454A1F43a2b
Octal257665601051123747253
Binary1010111111011010111001000101100101011111100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF362E; }

 p { color: rgb(175,54,46); }

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

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

 a { background-color: rgb(175,54,46); }

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

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

 span { border-color: rgb(175,54,46); }

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