Html Css Color HEX #B94229 Medium Carmine

📋 copy color: '#B94229'

red 185 ◦ green 66 ◦ blue 41

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

Shades of Medium Carmine #B94229

Tints of Medium Carmine #B94229

RGB

 RED value IS 185 (72.66% from 255) = 63.36%

 GREEN value IS 66 (26.17% from 255) = 22.6%

 BLUE value IS 41 (16.41% from 255) = 14.04%

R = 63.36%
G = 22.6%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B94229 (or 0xB94229) is known color: Medium Carmine. HEX triplet: B9, 42 and 29. RGB value is (185,66,41). Sum of RGB (Red+Green+Blue) = 185+66+41=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B94229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94229 is #46BDD6. Grayscale: #626262. Windows color (decimal): -4636119 or 2704057. OLE color: 2704057.

HSL color Cylindrical-coordinate representation of color #B94229: hue angle of 10.42º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B94229 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 66 41 -
CMYK 0 0.64 0.78 0.27
HSL 10.42º 0.64% 0.44% -
HSV(B) 10.42º 0.78% 0.73% -
XYZ 22.36 14.37 3.69 -
YUV 98.73 95.42 189.53 -
System Red Green Blue C M Y K H S L
Decimal 185 66 41 0 0.64 0.78 0.27 10.42 0.64 0.44
Hex B9 42 29 0 40 4E 1B A 40 2C
Octal 271 102 51 0 100 116 33 12 100 54
Binary 10111001 1000010 101001 0 1000000 1001110 11011 1010 1000000 101100

Color Harmonies of #B94229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94229

Black with #B94229

Text Example


Text Example

White with #B94229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94229; }

 p { color: rgb(185,66,41); }

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

background-color css

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

 a { background-color: rgb(185,66,41); }

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

border-color css

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

 span { border-color: rgb(185,66,41); }

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