Html Css Color HEX #A94338 Medium Carmine

📋 copy color: '#A94338'

red 169 ◦ green 67 ◦ blue 56

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

Shades of Medium Carmine #A94338

Tints of Medium Carmine #A94338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.18%

R = 57.88%
G = 22.95%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A94338 (or 0xA94338) is known color: Medium Carmine. HEX triplet: A9, 43 and 38. RGB value is (169,67,56). Sum of RGB (Red+Green+Blue) = 169+67+56=292 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.88% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 169 - color contains mainly: red. Hex color #A94338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94338 is #56BCC7. Grayscale: #606060. Windows color (decimal): -5684424 or 3687337. OLE color: 3687337.

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

Color convert

RGB 169 67 56 -
CMYK 0 0.60 0.67 0.34
HSL 5.84º 0.5% 0.44% -
HSV(B) 5.84º 0.67% 0.66% -
XYZ 19.08 12.73 5.19 -
YUV 96.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 169 67 56 0 0.60 0.67 0.34 5.84 0.5 0.44
Hex A9 43 38 0 3C 43 22 6 32 2C
Octal 251 103 70 0 74 103 42 6 62 54
Binary 10101001 1000011 111000 0 111100 1000011 100010 110 110010 101100

Color Harmonies of #A94338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94338

Black with #A94338

Text Example


Text Example

White with #A94338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94338; }

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

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

background-color css

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

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

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

border-color css

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

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

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