Html Css Color HEX #B15034 Red Stage

📋 copy color: '#B15034'

red 177 ◦ green 80 ◦ blue 52

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

Shades of Red Stage #B15034

Tints of Red Stage #B15034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.83%

R = 57.28%
G = 25.89%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B15034 (or 0xB15034) is known color: Red Stage. HEX triplet: B1, 50 and 34. RGB value is (177,80,52). Sum of RGB (Red+Green+Blue) = 177+80+52=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B15034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15034 is #4EAFCB. Grayscale: #6A6A6A. Windows color (decimal): -5156812 or 3428529. OLE color: 3428529.

HSL color Cylindrical-coordinate representation of color #B15034: hue angle of 13.44º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B15034 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 80 52 -
CMYK 0 0.55 0.71 0.31
HSL 13.44º 0.55% 0.45% -
HSV(B) 13.44º 0.71% 0.69% -
XYZ 21.62 15.33 5.07 -
YUV 105.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 177 80 52 0 0.55 0.71 0.31 13.44 0.55 0.45
Hex B1 50 34 0 37 47 1F D 37 2D
Octal 261 120 64 0 67 107 37 15 67 55
Binary 10110001 1010000 110100 0 110111 1000111 11111 1101 110111 101101

Color Harmonies of #B15034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15034

Black with #B15034

Text Example


Text Example

White with #B15034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15034; }

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

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

background-color css

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

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

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

border-color css

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

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

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