#B54F2F

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

Shades of Red Stage #B54F2F

Tints of Red Stage #B54F2F

Color information

#B54F2F (or 0xB54F2F) is unknown color: approx Red Stage. HEX triplet: B5, 4F and 2F. RGB value is (181,79,47). Sum of RGB (Red+Green+Blue) = 181+79+47=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54F2F is #4AB0D0. Grayscale: #6A6A6A. Windows color (decimal): -4894929 or 3100597. OLE color: 3100597.

HSL color Cylindrical-coordinate representation of color #B54F2F: hue angle of 14.33º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B54F2F is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB1817947-
CMYK00.560.740.29
HSL14.33º58.77%44.71%-
HSV(B)14.33º74.03%70.98%-
XYZ22.3715.624.53-
YUV105.8594.79181.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.96%
GREEN value IS 79 (31.25% from 255) = 25.73%
BLUE value IS 47 (18.75% from 255) = 15.31%
R=58.96%
G=25.73%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181794700.560.740.2914.3358.7744.71
HexB54F2F0384A1De3b2d
Octal2651175707011235167355
Binary10110101100111110111101110001001010111011110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54F2F; }

 p { color: rgb(181,79,47); }

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

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

 a { background-color: rgb(181,79,47); }

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

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

 span { border-color: rgb(181,79,47); }

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