#B04D31

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

Shades of Red Stage #B04D31

Tints of Red Stage #B04D31

Color information

#B04D31 (or 0xB04D31) is unknown color: approx Red Stage. HEX triplet: B0, 4D and 31. RGB value is (176,77,49). Sum of RGB (Red+Green+Blue) = 176+77+49=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04D31 is #4FB2CE. Grayscale: #676767. Windows color (decimal): -5223119 or 3231152. OLE color: 3231152.

HSL color Cylindrical-coordinate representation of color #B04D31: hue angle of 13.23º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B04D31 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB1767749-
CMYK00.560.720.31
HSL13.23º56.44%44.12%-
HSV(B)13.23º72.16%69.02%-
XYZ21.1114.764.64-
YUV103.4197.3179.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.28%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 49 (19.53% from 255) = 16.23%
R=58.28%
G=25.50%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176774900.560.720.3113.2356.4444.12
HexB04D31038481Fd382c
Octal2601156107011037157054
Binary10110000100110111000101110001001000111111101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D31; }

 p { color: rgb(176,77,49); }

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

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

 a { background-color: rgb(176,77,49); }

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

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

 span { border-color: rgb(176,77,49); }

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