Html Css Color HEX #B94029 Medium Carmine

📋 copy color: '#B94029'

red 185 ◦ green 64 ◦ blue 41

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

Shades of Medium Carmine #B94029

Tints of Medium Carmine #B94029

RGB

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

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

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

R = 63.79%
G = 22.07%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B94029 (or 0xB94029) is known color: Medium Carmine. HEX triplet: B9, 40 and 29. RGB value is (185,64,41). Sum of RGB (Red+Green+Blue) = 185+64+41=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B94029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94029 is #46BFD6. Grayscale: #616161. Windows color (decimal): -4636631 or 2703545. OLE color: 2703545.

HSL color Cylindrical-coordinate representation of color #B94029: hue angle of 9.58º 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 #B94029 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 41 -
CMYK 0 0.65 0.78 0.27
HSL 9.58º 0.64% 0.44% -
HSV(B) 9.58º 0.78% 0.73% -
XYZ 22.24 14.14 3.66 -
YUV 97.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 185 64 41 0 0.65 0.78 0.27 9.58 0.64 0.44
Hex B9 40 29 0 41 4E 1B A 40 2C
Octal 271 100 51 0 101 116 33 12 100 54
Binary 10111001 1000000 101001 0 1000001 1001110 11011 1010 1000000 101100

Color Harmonies of #B94029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94029

Black with #B94029

Text Example


Text Example

White with #B94029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94029; }

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

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

background-color css

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

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

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

border-color css

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

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

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