#B34B30

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

Shades of Red Stage #B34B30

Tints of Red Stage #B34B30

Color information

#B34B30 (or 0xB34B30) is unknown color: approx Red Stage. HEX triplet: B3, 4B and 30. RGB value is (179,75,48). Sum of RGB (Red+Green+Blue) = 179+75+48=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34B30 is #4CB4CF. Grayscale: #676767. Windows color (decimal): -5027024 or 3165107. OLE color: 3165107.

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

Color convert

RGB1797548-
CMYK00.580.730.30
HSL12.37º57.71%44.51%-
HSV(B)12.37º73.18%70.2%-
XYZ21.6414.834.52-
YUV103.0296.96182.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.27%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 48 (19.14% from 255) = 15.89%
R=59.27%
G=24.83%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179754800.580.730.3012.3757.7144.51
HexB34B3003A491Ec3a2d
Octal2631136007211136147255
Binary10110011100101111000001110101001001111101100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B30; }

 p { color: rgb(179,75,48); }

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

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

 a { background-color: rgb(179,75,48); }

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

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

 span { border-color: rgb(179,75,48); }

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