Html Css Color HEX #A8403C Medium Carmine

📋 copy color: '#A8403C'

red 168 ◦ green 64 ◦ blue 60

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

Shades of Medium Carmine #A8403C

Tints of Medium Carmine #A8403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.92%

 BLUE value IS 60 (23.83% from 255) = 20.55%

R = 57.53%
G = 21.92%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8403C (or 0xA8403C) is known color: Medium Carmine. HEX triplet: A8, 40 and 3C. RGB value is (168,64,60). Sum of RGB (Red+Green+Blue) = 168+64+60=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A8403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8403C is #57BFC3. Grayscale: #5E5E5E. Windows color (decimal): -5750724 or 3948712. OLE color: 3948712.

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

Color convert

RGB 168 64 60 -
CMYK 0 0.62 0.64 0.34
HSL 2.22º 0.47% 0.45% -
HSV(B) 2.22º 0.64% 0.66% -
XYZ 18.8 12.32 5.66 -
YUV 94.64 108.46 180.33 -
System Red Green Blue C M Y K H S L
Decimal 168 64 60 0 0.62 0.64 0.34 2.22 0.47 0.45
Hex A8 40 3C 0 3E 40 22 2 2F 2D
Octal 250 100 74 0 76 100 42 2 57 55
Binary 10101000 1000000 111100 0 111110 1000000 100010 10 101111 101101

Color Harmonies of #A8403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8403C

Black with #A8403C

Text Example


Text Example

White with #A8403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8403C; }

 p { color: rgb(168,64,60); }

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

background-color css

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

 a { background-color: rgb(168,64,60); }

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

border-color css

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

 span { border-color: rgb(168,64,60); }

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