#A8453A

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

Shades of Medium Carmine #A8453A

Tints of Medium Carmine #A8453A

Color information

#A8453A (or 0xA8453A) is unknown color: approx Medium Carmine. HEX triplet: A8, 45 and 3A. RGB value is (168,69,58). Sum of RGB (Red+Green+Blue) = 168+69+58=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A8453A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8453A is #57BAC5. Grayscale: #616161. Windows color (decimal): -5749446 or 3818920. OLE color: 3818920.

HSL color Cylindrical-coordinate representation of color #A8453A: hue angle of 6º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8453A is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB1686958-
CMYK00.590.650.34
HSL48.67%44.31%-
HSV(B)65.48%65.88%-
XYZ19.0412.895.49-
YUV97.35105.8178.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.95%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=56.95%
G=23.39%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168695800.590.650.34648.6744.31
HexA8453A03B41226312c
Octal250105720731014266154
Binary10101000100010111101001110111000001100010110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8453A; }

 p { color: rgb(168,69,58); }

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

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

 a { background-color: rgb(168,69,58); }

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

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

 span { border-color: rgb(168,69,58); }

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