Html Css Color HEX #A8463A Medium Carmine

📋 copy color: '#A8463A'

red 168 ◦ green 70 ◦ blue 58

#A8463A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #A8463A

Tints of Medium Carmine #A8463A

RGB

 RED value IS 168 (66.02% from 255) = 56.76%

 GREEN value IS 70 (27.73% from 255) = 23.65%

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 56.76%
G = 23.65%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8463A (or 0xA8463A) is known color: Medium Carmine. HEX triplet: A8, 46 and 3A. RGB value is (168,70,58). Sum of RGB (Red+Green+Blue) = 168+70+58=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8463A is #57B9C5. Grayscale: #626262. Windows color (decimal): -5749190 or 3819176. OLE color: 3819176.

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

Color convert

RGB 168 70 58 -
CMYK 0 0.58 0.65 0.34
HSL 6.55º 0.49% 0.44% -
HSV(B) 6.55º 0.65% 0.66% -
XYZ 19.1 13.01 5.51 -
YUV 97.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 168 70 58 0 0.58 0.65 0.34 6.55 0.49 0.44
Hex A8 46 3A 0 3A 41 22 7 31 2C
Octal 250 106 72 0 72 101 42 7 61 54
Binary 10101000 1000110 111010 0 111010 1000001 100010 111 110001 101100

Color Harmonies of #A8463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8463A

Black with #A8463A

Text Example


Text Example

White with #A8463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8463A; }

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

 H1.HeaderClassName
 {
   color: #A8463A;
 }
 .AnyTagClassName
 {
   color: #A8463A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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