Html Css Color HEX #A94033 Medium Carmine

📋 copy color: '#A94033'

red 169 ◦ green 64 ◦ blue 51

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

Shades of Medium Carmine #A94033

Tints of Medium Carmine #A94033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.54%

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

R = 59.51%
G = 22.54%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A94033 (or 0xA94033) is known color: Medium Carmine. HEX triplet: A9, 40 and 33. RGB value is (169,64,51). Sum of RGB (Red+Green+Blue) = 169+64+51=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A94033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94033 is #56BFCC. Grayscale: #5E5E5E. Windows color (decimal): -5685197 or 3358889. OLE color: 3358889.

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

Color convert

RGB 169 64 51 -
CMYK 0 0.62 0.70 0.34
HSL 6.61º 0.54% 0.43% -
HSV(B) 6.61º 0.7% 0.66% -
XYZ 18.79 12.34 4.52 -
YUV 93.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 169 64 51 0 0.62 0.70 0.34 6.61 0.54 0.43
Hex A9 40 33 0 3E 46 22 7 36 2B
Octal 251 100 63 0 76 106 42 7 66 53
Binary 10101001 1000000 110011 0 111110 1000110 100010 111 110110 101011

Color Harmonies of #A94033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94033

Black with #A94033

Text Example


Text Example

White with #A94033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94033; }

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

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

background-color css

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

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

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

border-color css

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

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

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