Html Css Color HEX #B15130 Red Stage

📋 copy color: '#B15130'

red 177 ◦ green 81 ◦ blue 48

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

Shades of Red Stage #B15130

Tints of Red Stage #B15130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 57.84%
G = 26.47%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B15130 (or 0xB15130) is known color: Red Stage. HEX triplet: B1, 51 and 30. RGB value is (177,81,48). Sum of RGB (Red+Green+Blue) = 177+81+48=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B15130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15130 is #4EAECF. Grayscale: #6A6A6A. Windows color (decimal): -5156560 or 3166641. OLE color: 3166641.

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

Color convert

RGB 177 81 48 -
CMYK 0 0.54 0.73 0.31
HSL 15.35º 0.57% 0.44% -
HSV(B) 15.35º 0.73% 0.69% -
XYZ 21.61 15.45 4.64 -
YUV 105.94 95.3 178.68 -
System Red Green Blue C M Y K H S L
Decimal 177 81 48 0 0.54 0.73 0.31 15.35 0.57 0.44
Hex B1 51 30 0 36 49 1F F 39 2C
Octal 261 121 60 0 66 111 37 17 71 54
Binary 10110001 1010001 110000 0 110110 1001001 11111 1111 111001 101100

Color Harmonies of #B15130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15130

Black with #B15130

Text Example


Text Example

White with #B15130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15130; }

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

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

background-color css

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

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

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

border-color css

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

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

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