Html Css Color HEX #A93A37 Medium Carmine

📋 copy color: '#A93A37'

red 169 ◦ green 58 ◦ blue 55

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

Shades of Medium Carmine #A93A37

Tints of Medium Carmine #A93A37

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.57%

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

R = 59.93%
G = 20.57%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A93A37 (or 0xA93A37) is known color: Medium Carmine. HEX triplet: A9, 3A and 37. RGB value is (169,58,55). Sum of RGB (Red+Green+Blue) = 169+58+55=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93A37 is #56C5C8. Grayscale: #5A5A5A. Windows color (decimal): -5686729 or 3619497. OLE color: 3619497.

HSL color Cylindrical-coordinate representation of color #A93A37: hue angle of 1.58º 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 #A93A37 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 58 55 -
CMYK 0 0.66 0.67 0.34
HSL 1.58º 0.51% 0.44% -
HSV(B) 1.58º 0.67% 0.66% -
XYZ 18.56 11.74 4.9 -
YUV 90.85 107.77 183.74 -
System Red Green Blue C M Y K H S L
Decimal 169 58 55 0 0.66 0.67 0.34 1.58 0.51 0.44
Hex A9 3A 37 0 42 43 22 2 33 2C
Octal 251 72 67 0 102 103 42 2 63 54
Binary 10101001 111010 110111 0 1000010 1000011 100010 10 110011 101100

Color Harmonies of #A93A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93A37

Black with #A93A37

Text Example


Text Example

White with #A93A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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