#B94D2B

Color #B94D2B Red Stage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Stage #B94D2B

Tints of Red Stage #B94D2B

Color information

#B94D2B (or 0xB94D2B) is unknown color: approx Red Stage. HEX triplet: B9, 4D and 2B. RGB value is (185,77,43). Sum of RGB (Red+Green+Blue) = 185+77+43=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94D2B is #46B2D4. Grayscale: #696969. Windows color (decimal): -4633301 or 2837945. OLE color: 2837945.

HSL color Cylindrical-coordinate representation of color #B94D2B: hue angle of 14.37º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B94D2B is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1857743-
CMYK00.580.770.27
HSL14.37º62.28%44.71%-
HSV(B)14.37º76.76%72.55%-
XYZ23.115.84.12-
YUV105.4292.78184.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.66%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 43 (17.19% from 255) = 14.10%
R=60.66%
G=25.25%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185774300.580.770.2714.3762.2844.71
HexB94D2B03A4D1Be3e2d
Octal2711155307211533167655
Binary10111001100110110101101110101001101110111110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D2B; }

 p { color: rgb(185,77,43); }

 H1.HeaderClassName
 {
   color: #B94D2B;
 }
 .AnyTagClassName
 {
   color: #B94D2B;
 }
</style>
background-color css

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

 a { background-color: rgb(185,77,43); }

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

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

 span { border-color: rgb(185,77,43); }

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