Html Css Color HEX #B05130 Red Stage

📋 copy color: '#B05130'

red 176 ◦ green 81 ◦ blue 48

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

Shades of Red Stage #B05130

Tints of Red Stage #B05130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.56%

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

R = 57.7%
G = 26.56%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B05130 (or 0xB05130) is known color: Red Stage. HEX triplet: B0, 51 and 30. RGB value is (176,81,48). Sum of RGB (Red+Green+Blue) = 176+81+48=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B05130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05130 is #4FAECF. Grayscale: #696969. Windows color (decimal): -5222096 or 3166640. OLE color: 3166640.

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

Color convert

RGB 176 81 48 -
CMYK 0 0.54 0.73 0.31
HSL 15.47º 0.57% 0.44% -
HSV(B) 15.47º 0.73% 0.69% -
XYZ 21.38 15.33 4.63 -
YUV 105.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 176 81 48 0 0.54 0.73 0.31 15.47 0.57 0.44
Hex B0 51 30 0 36 49 1F F 39 2C
Octal 260 121 60 0 66 111 37 17 71 54
Binary 10110000 1010001 110000 0 110110 1001001 11111 1111 111001 101100

Color Harmonies of #B05130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05130

Black with #B05130

Text Example


Text Example

White with #B05130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05130; }

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

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

background-color css

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

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

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

border-color css

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

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

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