Html Css Color HEX #B15430 Red Stage

📋 copy color: '#B15430'

red 177 ◦ green 84 ◦ blue 48

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

Shades of Red Stage #B15430

Tints of Red Stage #B15430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.18%

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

R = 57.28%
G = 27.18%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B15430 (or 0xB15430) is known color: Red Stage. HEX triplet: B1, 54 and 30. RGB value is (177,84,48). Sum of RGB (Red+Green+Blue) = 177+84+48=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B15430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15430 is #4EABCF. Grayscale: #6B6B6B. Windows color (decimal): -5155792 or 3167409. OLE color: 3167409.

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

Color convert

RGB 177 84 48 -
CMYK 0 0.53 0.73 0.31
HSL 16.74º 0.57% 0.44% -
HSV(B) 16.74º 0.73% 0.69% -
XYZ 21.84 15.9 4.71 -
YUV 107.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 177 84 48 0 0.53 0.73 0.31 16.74 0.57 0.44
Hex B1 54 30 0 35 49 1F 11 39 2C
Octal 261 124 60 0 65 111 37 21 71 54
Binary 10110001 1010100 110000 0 110101 1001001 11111 10001 111001 101100

Color Harmonies of #B15430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15430

Black with #B15430

Text Example


Text Example

White with #B15430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15430; }

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

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

background-color css

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

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

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

border-color css

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

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

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