Html Css Color HEX #B15030 Red Stage

📋 copy color: '#B15030'

red 177 ◦ green 80 ◦ blue 48

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

Shades of Red Stage #B15030

Tints of Red Stage #B15030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.23%

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

R = 58.03%
G = 26.23%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B15030 (or 0xB15030) is known color: Red Stage. HEX triplet: B1, 50 and 30. RGB value is (177,80,48). Sum of RGB (Red+Green+Blue) = 177+80+48=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B15030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15030 is #4EAFCF. Grayscale: #696969. Windows color (decimal): -5156816 or 3166385. OLE color: 3166385.

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

Color convert

RGB 177 80 48 -
CMYK 0 0.55 0.73 0.31
HSL 14.88º 0.57% 0.44% -
HSV(B) 14.88º 0.73% 0.69% -
XYZ 21.53 15.3 4.61 -
YUV 105.36 95.64 179.1 -
System Red Green Blue C M Y K H S L
Decimal 177 80 48 0 0.55 0.73 0.31 14.88 0.57 0.44
Hex B1 50 30 0 37 49 1F F 39 2C
Octal 261 120 60 0 67 111 37 17 71 54
Binary 10110001 1010000 110000 0 110111 1001001 11111 1111 111001 101100

Color Harmonies of #B15030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15030

Black with #B15030

Text Example


Text Example

White with #B15030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15030; }

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

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

background-color css

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

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

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

border-color css

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

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

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