Html Css Color HEX #A93C2B Medium Carmine

📋 copy color: '#A93C2B'

red 169 ◦ green 60 ◦ blue 43

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

Shades of Medium Carmine #A93C2B

Tints of Medium Carmine #A93C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.81%

R = 62.13%
G = 22.06%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A93C2B (or 0xA93C2B) is known color: Medium Carmine. HEX triplet: A9, 3C and 2B. RGB value is (169,60,43). Sum of RGB (Red+Green+Blue) = 169+60+43=272 (36% of max value = 765). Red value is 169 (66.41% from 255 or 62.13% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93C2B is #56C3D4. Grayscale: #5A5A5A. Windows color (decimal): -5686229 or 2833577. OLE color: 2833577.

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

Color convert

RGB 169 60 43 -
CMYK 0 0.64 0.75 0.34
HSL 8.1º 0.59% 0.42% -
HSV(B) 8.1º 0.75% 0.66% -
XYZ 18.41 11.84 3.6 -
YUV 90.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 169 60 43 0 0.64 0.75 0.34 8.1 0.59 0.42
Hex A9 3C 2B 0 40 4B 22 8 3B 2A
Octal 251 74 53 0 100 113 42 10 73 52
Binary 10101001 111100 101011 0 1000000 1001011 100010 1000 111011 101010

Color Harmonies of #A93C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93C2B

Black with #A93C2B

Text Example


Text Example

White with #A93C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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