Html Css Color HEX #A93933 Medium Carmine

📋 copy color: '#A93933'

red 169 ◦ green 57 ◦ blue 51

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

Shades of Medium Carmine #A93933

Tints of Medium Carmine #A93933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.58%

 BLUE value IS 51 (20.31% from 255) = 18.41%

R = 61.01%
G = 20.58%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A93933 (or 0xA93933) is known color: Medium Carmine. HEX triplet: A9, 39 and 33. RGB value is (169,57,51). Sum of RGB (Red+Green+Blue) = 169+57+51=277 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.01% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 169 - color contains mainly: red. Hex color #A93933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93933 is #56C6CC. Grayscale: #595959. Windows color (decimal): -5686989 or 3357097. OLE color: 3357097.

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

Color convert

RGB 169 57 51 -
CMYK 0 0.66 0.70 0.34
HSL 3.05º 0.54% 0.43% -
HSV(B) 3.05º 0.7% 0.66% -
XYZ 18.42 11.6 4.4 -
YUV 89.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 169 57 51 0 0.66 0.70 0.34 3.05 0.54 0.43
Hex A9 39 33 0 42 46 22 3 36 2B
Octal 251 71 63 0 102 106 42 3 66 53
Binary 10101001 111001 110011 0 1000010 1000110 100010 11 110110 101011

Color Harmonies of #A93933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93933

Black with #A93933

Text Example


Text Example

White with #A93933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93933; }

 p { color: rgb(169,57,51); }

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

background-color css

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

 a { background-color: rgb(169,57,51); }

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

border-color css

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

 span { border-color: rgb(169,57,51); }

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