Html Css Color HEX #B05031 Red Stage

📋 copy color: '#B05031'

red 176 ◦ green 80 ◦ blue 49

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

Shades of Red Stage #B05031

Tints of Red Stage #B05031

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.23%

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

R = 57.7%
G = 26.23%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B05031 (or 0xB05031) is known color: Red Stage. HEX triplet: B0, 50 and 31. RGB value is (176,80,49). Sum of RGB (Red+Green+Blue) = 176+80+49=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B05031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05031 is #4FAFCE. Grayscale: #696969. Windows color (decimal): -5222351 or 3231920. OLE color: 3231920.

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

Color convert

RGB 176 80 49 -
CMYK 0 0.55 0.72 0.31
HSL 14.65º 0.56% 0.44% -
HSV(B) 14.65º 0.72% 0.69% -
XYZ 21.33 15.19 4.71 -
YUV 105.17 96.3 178.52 -
System Red Green Blue C M Y K H S L
Decimal 176 80 49 0 0.55 0.72 0.31 14.65 0.56 0.44
Hex B0 50 31 0 37 48 1F F 38 2C
Octal 260 120 61 0 67 110 37 17 70 54
Binary 10110000 1010000 110001 0 110111 1001000 11111 1111 111000 101100

Color Harmonies of #B05031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05031

Black with #B05031

Text Example


Text Example

White with #B05031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05031; }

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

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

background-color css

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

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

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

border-color css

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

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

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