Html Css Color HEX #B05231 Red Stage

📋 copy color: '#B05231'

red 176 ◦ green 82 ◦ blue 49

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

Shades of Red Stage #B05231

Tints of Red Stage #B05231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

 BLUE value IS 49 (19.53% from 255) = 15.96%

R = 57.33%
G = 26.71%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B05231 (or 0xB05231) is known color: Red Stage. HEX triplet: B0, 52 and 31. RGB value is (176,82,49). Sum of RGB (Red+Green+Blue) = 176+82+49=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B05231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05231 is #4FADCE. Grayscale: #6A6A6A. Windows color (decimal): -5221839 or 3232432. OLE color: 3232432.

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

Color convert

RGB 176 82 49 -
CMYK 0 0.53 0.72 0.31
HSL 15.59º 0.56% 0.44% -
HSV(B) 15.59º 0.72% 0.69% -
XYZ 21.48 15.49 4.76 -
YUV 106.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 176 82 49 0 0.53 0.72 0.31 15.59 0.56 0.44
Hex B0 52 31 0 35 48 1F 10 38 2C
Octal 260 122 61 0 65 110 37 20 70 54
Binary 10110000 1010010 110001 0 110101 1001000 11111 10000 111000 101100

Color Harmonies of #B05231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05231

Black with #B05231

Text Example


Text Example

White with #B05231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05231; }

 p { color: rgb(176,82,49); }

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

background-color css

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

 a { background-color: rgb(176,82,49); }

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

border-color css

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

 span { border-color: rgb(176,82,49); }

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