Html Css Color HEX #B15330 Red Stage

📋 copy color: '#B15330'

red 177 ◦ green 83 ◦ blue 48

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

Shades of Red Stage #B15330

Tints of Red Stage #B15330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.95%

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

R = 57.47%
G = 26.95%
B = 15.58%

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

#B15330 (or 0xB15330) is known color: Red Stage. HEX triplet: B1, 53 and 30. RGB value is (177,83,48). Sum of RGB (Red+Green+Blue) = 177+83+48=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B15330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15330 is #4EACCF. Grayscale: #6B6B6B. Windows color (decimal): -5156048 or 3167153. OLE color: 3167153.

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

Color convert

RGB 177 83 48 -
CMYK 0 0.53 0.73 0.31
HSL 16.28º 0.57% 0.44% -
HSV(B) 16.28º 0.73% 0.69% -
XYZ 21.76 15.75 4.69 -
YUV 107.12 94.64 177.85 -
System Red Green Blue C M Y K H S L
Decimal 177 83 48 0 0.53 0.73 0.31 16.28 0.57 0.44
Hex B1 53 30 0 35 49 1F 10 39 2C
Octal 261 123 60 0 65 111 37 20 71 54
Binary 10110001 1010011 110000 0 110101 1001001 11111 10000 111001 101100

Color Harmonies of #B15330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15330

Black with #B15330

Text Example


Text Example

White with #B15330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15330; }

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

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

background-color css

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

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

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

border-color css

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

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

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