#A8382F

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

Shades of Medium Carmine #A8382F

Tints of Medium Carmine #A8382F

Color information

#A8382F (or 0xA8382F) is unknown color: approx Medium Carmine. HEX triplet: A8, 38 and 2F. RGB value is (168,56,47). Sum of RGB (Red+Green+Blue) = 168+56+47=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A8382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8382F is #57C7D0. Grayscale: #585858. Windows color (decimal): -5752785 or 3094696. OLE color: 3094696.

HSL color Cylindrical-coordinate representation of color #A8382F: hue angle of 4.46º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8382F is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB1685647-
CMYK00.670.720.34
HSL4.46º56.28%42.16%-
HSV(B)4.46º72.02%65.88%-
XYZ18.0811.363.93-
YUV88.46104.61184.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.99%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 47 (18.75% from 255) = 17.34%
R=61.99%
G=20.66%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168564700.670.720.344.4656.2842.16
HexA8382F04348224382a
Octal250705701031104247052
Binary10101000111000101111010000111001000100010100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8382F; }

 p { color: rgb(168,56,47); }

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

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

 a { background-color: rgb(168,56,47); }

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

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

 span { border-color: rgb(168,56,47); }

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