Html Css Color HEX #A94336 Medium Carmine

📋 copy color: '#A94336'

red 169 ◦ green 67 ◦ blue 54

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

Shades of Medium Carmine #A94336

Tints of Medium Carmine #A94336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 58.28%
G = 23.1%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A94336 (or 0xA94336) is known color: Medium Carmine. HEX triplet: A9, 43 and 36. RGB value is (169,67,54). Sum of RGB (Red+Green+Blue) = 169+67+54=290 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.28% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 169 - color contains mainly: red. Hex color #A94336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94336 is #56BCC9. Grayscale: #606060. Windows color (decimal): -5684426 or 3556265. OLE color: 3556265.

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

Color convert

RGB 169 67 54 -
CMYK 0 0.60 0.68 0.34
HSL 6.78º 0.52% 0.44% -
HSV(B) 6.78º 0.68% 0.66% -
XYZ 19.04 12.72 4.94 -
YUV 96.02 104.29 180.06 -
System Red Green Blue C M Y K H S L
Decimal 169 67 54 0 0.60 0.68 0.34 6.78 0.52 0.44
Hex A9 43 36 0 3C 44 22 7 34 2C
Octal 251 103 66 0 74 104 42 7 64 54
Binary 10101001 1000011 110110 0 111100 1000100 100010 111 110100 101100

Color Harmonies of #A94336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94336

Black with #A94336

Text Example


Text Example

White with #A94336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94336; }

 p { color: rgb(169,67,54); }

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

background-color css

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

 a { background-color: rgb(169,67,54); }

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

border-color css

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

 span { border-color: rgb(169,67,54); }

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