Html Css Color HEX #B94C29 Red Stage

📋 copy color: '#B94C29'

red 185 ◦ green 76 ◦ blue 41

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

Shades of Red Stage #B94C29

Tints of Red Stage #B94C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.17%

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

R = 61.26%
G = 25.17%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B94C29 (or 0xB94C29) is known color: Red Stage. HEX triplet: B9, 4C and 29. RGB value is (185,76,41). Sum of RGB (Red+Green+Blue) = 185+76+41=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94C29 is #46B3D6. Grayscale: #686868. Windows color (decimal): -4633559 or 2706617. OLE color: 2706617.

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

Color convert

RGB 185 76 41 -
CMYK 0 0.59 0.78 0.27
HSL 14.58º 0.64% 0.44% -
HSV(B) 14.58º 0.78% 0.73% -
XYZ 22.99 15.64 3.91 -
YUV 104.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 185 76 41 0 0.59 0.78 0.27 14.58 0.64 0.44
Hex B9 4C 29 0 3B 4E 1B F 40 2C
Octal 271 114 51 0 73 116 33 17 100 54
Binary 10111001 1001100 101001 0 111011 1001110 11011 1111 1000000 101100

Color Harmonies of #B94C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94C29

Black with #B94C29

Text Example


Text Example

White with #B94C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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