Html Css Color HEX #B0552F Red Stage

📋 copy color: '#B0552F'

red 176 ◦ green 85 ◦ blue 47

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

Shades of Red Stage #B0552F

Tints of Red Stage #B0552F

RGB

 RED value IS 176 (69.14% from 255) = 57.14%

 GREEN value IS 85 (33.59% from 255) = 27.6%

 BLUE value IS 47 (18.75% from 255) = 15.26%

R = 57.14%
G = 27.6%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0552F (or 0xB0552F) is known color: Red Stage. HEX triplet: B0, 55 and 2F. RGB value is (176,85,47). Sum of RGB (Red+Green+Blue) = 176+85+47=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B0552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0552F is #4FAAD0. Grayscale: #6C6C6C. Windows color (decimal): -5221073 or 3102128. OLE color: 3102128.

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

Color convert

RGB 176 85 47 -
CMYK 0 0.52 0.73 0.31
HSL 17.67º 0.58% 0.44% -
HSV(B) 17.67º 0.73% 0.69% -
XYZ 21.67 15.93 4.62 -
YUV 107.88 93.65 176.59 -
System Red Green Blue C M Y K H S L
Decimal 176 85 47 0 0.52 0.73 0.31 17.67 0.58 0.44
Hex B0 55 2F 0 34 49 1F 12 3A 2C
Octal 260 125 57 0 64 111 37 22 72 54
Binary 10110000 1010101 101111 0 110100 1001001 11111 10010 111010 101100

Color Harmonies of #B0552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0552F

Black with #B0552F

Text Example


Text Example

White with #B0552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0552F; }

 p { color: rgb(176,85,47); }

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

background-color css

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

 a { background-color: rgb(176,85,47); }

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

border-color css

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

 span { border-color: rgb(176,85,47); }

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