Html Css Color HEX #A93C31 Medium Carmine

📋 copy color: '#A93C31'

red 169 ◦ green 60 ◦ blue 49

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

Shades of Medium Carmine #A93C31

Tints of Medium Carmine #A93C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.58%

 BLUE value IS 49 (19.53% from 255) = 17.63%

R = 60.79%
G = 21.58%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A93C31 (or 0xA93C31) is known color: Medium Carmine. HEX triplet: A9, 3C and 31. RGB value is (169,60,49). Sum of RGB (Red+Green+Blue) = 169+60+49=278 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.79% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93C31 is #56C3CE. Grayscale: #5B5B5B. Windows color (decimal): -5686223 or 3226793. OLE color: 3226793.

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

Color convert

RGB 169 60 49 -
CMYK 0 0.64 0.71 0.34
HSL 5.5º 0.55% 0.43% -
HSV(B) 5.5º 0.71% 0.66% -
XYZ 18.53 11.89 4.22 -
YUV 91.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 169 60 49 0 0.64 0.71 0.34 5.5 0.55 0.43
Hex A9 3C 31 0 40 47 22 6 37 2B
Octal 251 74 61 0 100 107 42 6 67 53
Binary 10101001 111100 110001 0 1000000 1000111 100010 110 110111 101011

Color Harmonies of #A93C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93C31

Black with #A93C31

Text Example


Text Example

White with #A93C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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