Html Css Color HEX #B14D30 Red Stage

📋 copy color: '#B14D30'

red 177 ◦ green 77 ◦ blue 48

#B14D30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Stage #B14D30

Tints of Red Stage #B14D30

RGB

 RED value IS 177 (69.53% from 255) = 58.61%

 GREEN value IS 77 (30.47% from 255) = 25.5%

 BLUE value IS 48 (19.14% from 255) = 15.89%

R = 58.61%
G = 25.5%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B14D30 (or 0xB14D30) is known color: Red Stage. HEX triplet: B1, 4D and 30. RGB value is (177,77,48). Sum of RGB (Red+Green+Blue) = 177+77+48=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14D30 is #4EB2CF. Grayscale: #676767. Windows color (decimal): -5157584 or 3165617. OLE color: 3165617.

HSL color Cylindrical-coordinate representation of color #B14D30: hue angle of 13.49º 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 #B14D30 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 77 48 -
CMYK 0 0.56 0.73 0.31
HSL 13.49º 0.57% 0.44% -
HSV(B) 13.49º 0.73% 0.69% -
XYZ 21.32 14.87 4.54 -
YUV 103.59 96.63 180.36 -
System Red Green Blue C M Y K H S L
Decimal 177 77 48 0 0.56 0.73 0.31 13.49 0.57 0.44
Hex B1 4D 30 0 38 49 1F D 39 2C
Octal 261 115 60 0 70 111 37 15 71 54
Binary 10110001 1001101 110000 0 111000 1001001 11111 1101 111001 101100

Color Harmonies of #B14D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14D30

Black with #B14D30

Text Example


Text Example

White with #B14D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14D30; }

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

 H1.HeaderClassName
 {
   color: #B14D30;
 }
 .AnyTagClassName
 {
   color: #B14D30;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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