#B14A31

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

Shades of Red Stage #B14A31

Tints of Red Stage #B14A31

Color information

#B14A31 (or 0xB14A31) is unknown color: approx Red Stage. HEX triplet: B1, 4A and 31. RGB value is (177,74,49). Sum of RGB (Red+Green+Blue) = 177+74+49=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14A31 is #4EB5CE. Grayscale: #666666. Windows color (decimal): -5158351 or 3230385. OLE color: 3230385.

HSL color Cylindrical-coordinate representation of color #B14A31: hue angle of 11.72º degrees, saturation: 0.57, 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 #B14A31 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB1777449-
CMYK00.580.720.31
HSL11.72º56.64%44.31%-
HSV(B)11.72º72.32%69.41%-
XYZ21.1314.474.58-
YUV101.9598.12181.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59%
GREEN value IS 74 (29.30% from 255) = 24.67%
BLUE value IS 49 (19.53% from 255) = 16.33%
R=59%
G=24.67%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177744900.580.720.3111.7256.6444.31
HexB14A3103A481Fc392c
Octal2611126107211037147154
Binary10110001100101011000101110101001000111111100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A31; }

 p { color: rgb(177,74,49); }

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

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

 a { background-color: rgb(177,74,49); }

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

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

 span { border-color: rgb(177,74,49); }

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