#A8413A

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

Shades of Medium Carmine #A8413A

Tints of Medium Carmine #A8413A

Color information

#A8413A (or 0xA8413A) is unknown color: approx Medium Carmine. HEX triplet: A8, 41 and 3A. RGB value is (168,65,58). Sum of RGB (Red+Green+Blue) = 168+65+58=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A8413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8413A is #57BEC5. Grayscale: #5F5F5F. Windows color (decimal): -5750470 or 3817896. OLE color: 3817896.

HSL color Cylindrical-coordinate representation of color #A8413A: hue angle of 3.82º 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 #A8413A is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB1686558-
CMYK00.610.650.34
HSL3.82º48.67%44.31%-
HSV(B)3.82º65.48%65.88%-
XYZ18.812.415.41-
YUV95107.12180.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.73%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=57.73%
G=22.34%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168655800.610.650.343.8248.6744.31
HexA8413A03D41224312c
Octal250101720751014246154
Binary10101000100000111101001111011000001100010100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8413A; }

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

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

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

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

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

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

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

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