#B44930

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

Shades of Red Stage #B44930

Tints of Red Stage #B44930

Color information

#B44930 (or 0xB44930) is unknown color: approx Red Stage. HEX triplet: B4, 49 and 30. RGB value is (180,73,48). Sum of RGB (Red+Green+Blue) = 180+73+48=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B44930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44930 is #4BB6CF. Grayscale: #666666. Windows color (decimal): -4962000 or 3164596. OLE color: 3164596.

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

Color convert

RGB1807348-
CMYK00.590.730.29
HSL11.36º57.89%44.71%-
HSV(B)11.36º73.33%70.59%-
XYZ21.7414.684.48-
YUV102.1497.45183.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.80%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 48 (19.14% from 255) = 15.95%
R=59.80%
G=24.25%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180734800.590.730.2911.3657.8944.71
HexB4493003B491Db3a2d
Octal2641116007311135137255
Binary10110100100100111000001110111001001111011011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44930; }

 p { color: rgb(180,73,48); }

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

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

 a { background-color: rgb(180,73,48); }

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

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

 span { border-color: rgb(180,73,48); }

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