Html Css Color HEX #A93F3C Medium Carmine

📋 copy color: '#A93F3C'

red 169 ◦ green 63 ◦ blue 60

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

Shades of Medium Carmine #A93F3C

Tints of Medium Carmine #A93F3C

RGB

 RED value IS 169 (66.41% from 255) = 57.88%

 GREEN value IS 63 (25% from 255) = 21.58%

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

R = 57.88%
G = 21.58%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A93F3C (or 0xA93F3C) is known color: Medium Carmine. HEX triplet: A9, 3F and 3C. RGB value is (169,63,60). Sum of RGB (Red+Green+Blue) = 169+63+60=292 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.88% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93F3C is #56C0C3. Grayscale: #5E5E5E. Windows color (decimal): -5685444 or 3948457. OLE color: 3948457.

HSL color Cylindrical-coordinate representation of color #A93F3C: hue angle of 1.65º degrees, saturation: 0.48, 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 #A93F3C is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 63 60 -
CMYK 0 0.63 0.64 0.34
HSL 1.65º 0.48% 0.45% -
HSV(B) 1.65º 0.64% 0.66% -
XYZ 18.96 12.32 5.65 -
YUV 94.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 169 63 60 0 0.63 0.64 0.34 1.65 0.48 0.45
Hex A9 3F 3C 0 3F 40 22 2 30 2D
Octal 251 77 74 0 77 100 42 2 60 55
Binary 10101001 111111 111100 0 111111 1000000 100010 10 110000 101101

Color Harmonies of #A93F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93F3C

Black with #A93F3C

Text Example


Text Example

White with #A93F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93F3C; }

 p { color: rgb(169,63,60); }

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

background-color css

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

 a { background-color: rgb(169,63,60); }

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

border-color css

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

 span { border-color: rgb(169,63,60); }

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