#b14b30

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

Shades of Red Stage #B14B30

Tints of Red Stage #B14B30

Color information

#B14B30 (or 0xB14B30) is unknown color: approx Red Stage. HEX triplet: B1, 4B and 30. RGB value is (177,75,48). Sum of RGB (Red+Green+Blue) = 177+75+48=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B30 is #4EB4CF. Grayscale: #666666. Windows color (decimal): -5158096 or 3165105. OLE color: 3165105.

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

Color convert

RGB1777548-
CMYK00.580.730.31
HSL12.56º57.33%44.12%-
HSV(B)12.56º72.88%69.41%-
XYZ21.1814.594.5-
YUV102.4297.29181.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59%
GREEN value IS 75 (29.69% from 255) = 25%
BLUE value IS 48 (19.14% from 255) = 16%
R=59%
G=25%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177754800.580.730.3112.5657.3344.12
HexB14B3003A491Fd392c
Octal2611136007211137157154
Binary10110001100101111000001110101001001111111101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b14b30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b14b30; }

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

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

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

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

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

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

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

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