Html Css Color HEX #A93C37 Medium Carmine

📋 copy color: '#A93C37'

red 169 ◦ green 60 ◦ blue 55

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

Shades of Medium Carmine #A93C37

Tints of Medium Carmine #A93C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.37%

R = 59.51%
G = 21.13%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A93C37 (or 0xA93C37) is known color: Medium Carmine. HEX triplet: A9, 3C and 37. RGB value is (169,60,55). Sum of RGB (Red+Green+Blue) = 169+60+55=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93C37 is #56C3C8. Grayscale: #5C5C5C. Windows color (decimal): -5686217 or 3620009. OLE color: 3620009.

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

Color convert

RGB 169 60 55 -
CMYK 0 0.64 0.67 0.34
HSL 2.63º 0.51% 0.44% -
HSV(B) 2.63º 0.67% 0.66% -
XYZ 18.67 11.94 4.94 -
YUV 92.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 169 60 55 0 0.64 0.67 0.34 2.63 0.51 0.44
Hex A9 3C 37 0 40 43 22 3 33 2C
Octal 251 74 67 0 100 103 42 3 63 54
Binary 10101001 111100 110111 0 1000000 1000011 100010 11 110011 101100

Color Harmonies of #A93C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93C37

Black with #A93C37

Text Example


Text Example

White with #A93C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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