Html Css Color HEX #B05030 Red Stage

📋 copy color: '#B05030'

red 176 ◦ green 80 ◦ blue 48

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

Shades of Red Stage #B05030

Tints of Red Stage #B05030

RGB

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

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

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

R = 57.89%
G = 26.32%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B05030 (or 0xB05030) is known color: Red Stage. HEX triplet: B0, 50 and 30. RGB value is (176,80,48). Sum of RGB (Red+Green+Blue) = 176+80+48=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B05030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05030 is #4FAFCF. Grayscale: #696969. Windows color (decimal): -5222352 or 3166384. OLE color: 3166384.

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

Color convert

RGB 176 80 48 -
CMYK 0 0.55 0.73 0.31
HSL 15º 0.57% 0.44% -
HSV(B) 15º 0.73% 0.69% -
XYZ 21.31 15.18 4.6 -
YUV 105.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 176 80 48 0 0.55 0.73 0.31 15 0.57 0.44
Hex B0 50 30 0 37 49 1F F 39 2C
Octal 260 120 60 0 67 111 37 17 71 54
Binary 10110000 1010000 110000 0 110111 1001001 11111 1111 111001 101100

Color Harmonies of #B05030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05030

Black with #B05030

Text Example


Text Example

White with #B05030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05030; }

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

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

background-color css

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

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

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

border-color css

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

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

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