Html Css Color HEX #B0552E Red Stage

📋 copy color: '#B0552E'

red 176 ◦ green 85 ◦ blue 46

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

Shades of Red Stage #B0552E

Tints of Red Stage #B0552E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.98%

R = 57.33%
G = 27.69%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0552E (or 0xB0552E) is known color: Red Stage. HEX triplet: B0, 55 and 2E. RGB value is (176,85,46). Sum of RGB (Red+Green+Blue) = 176+85+46=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0552E is #4FAAD1. Grayscale: #6C6C6C. Windows color (decimal): -5221074 or 3036592. OLE color: 3036592.

HSL color Cylindrical-coordinate representation of color #B0552E: hue angle of 18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0552E is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 85 46 -
CMYK 0 0.52 0.74 0.31
HSL 18º 0.59% 0.44% -
HSV(B) 18º 0.74% 0.69% -
XYZ 21.65 15.92 4.52 -
YUV 107.76 93.15 176.67 -
System Red Green Blue C M Y K H S L
Decimal 176 85 46 0 0.52 0.74 0.31 18 0.59 0.44
Hex B0 55 2E 0 34 4A 1F 12 3B 2C
Octal 260 125 56 0 64 112 37 22 73 54
Binary 10110000 1010101 101110 0 110100 1001010 11111 10010 111011 101100

Color Harmonies of #B0552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0552E

Black with #B0552E

Text Example


Text Example

White with #B0552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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