Html Css Color HEX #A8413B Medium Carmine

📋 copy color: '#A8413B'

red 168 ◦ green 65 ◦ blue 59

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

Shades of Medium Carmine #A8413B

Tints of Medium Carmine #A8413B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.26%

 BLUE value IS 59 (23.44% from 255) = 20.21%

R = 57.53%
G = 22.26%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8413B (or 0xA8413B) is known color: Medium Carmine. HEX triplet: A8, 41 and 3B. RGB value is (168,65,59). Sum of RGB (Red+Green+Blue) = 168+65+59=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A8413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8413B is #57BEC4. Grayscale: #5F5F5F. Windows color (decimal): -5750469 or 3883432. OLE color: 3883432.

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

Color convert

RGB 168 65 59 -
CMYK 0 0.61 0.65 0.34
HSL 3.3º 0.48% 0.45% -
HSV(B) 3.3º 0.65% 0.66% -
XYZ 18.83 12.42 5.54 -
YUV 95.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 168 65 59 0 0.61 0.65 0.34 3.3 0.48 0.45
Hex A8 41 3B 0 3D 41 22 3 30 2D
Octal 250 101 73 0 75 101 42 3 60 55
Binary 10101000 1000001 111011 0 111101 1000001 100010 11 110000 101101

Color Harmonies of #A8413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8413B

Black with #A8413B

Text Example


Text Example

White with #A8413B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8413B; }

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

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

background-color css

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

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

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

border-color css

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

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

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