Html Css Color HEX #B05430 Red Stage

📋 copy color: '#B05430'

red 176 ◦ green 84 ◦ blue 48

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

Shades of Red Stage #B05430

Tints of Red Stage #B05430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

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

R = 57.14%
G = 27.27%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B05430 (or 0xB05430) is known color: Red Stage. HEX triplet: B0, 54 and 30. RGB value is (176,84,48). Sum of RGB (Red+Green+Blue) = 176+84+48=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B05430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05430 is #4FABCF. Grayscale: #6B6B6B. Windows color (decimal): -5221328 or 3167408. OLE color: 3167408.

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

Color convert

RGB 176 84 48 -
CMYK 0 0.52 0.73 0.31
HSL 16.88º 0.57% 0.44% -
HSV(B) 16.88º 0.73% 0.69% -
XYZ 21.61 15.78 4.7 -
YUV 107.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 176 84 48 0 0.52 0.73 0.31 16.88 0.57 0.44
Hex B0 54 30 0 34 49 1F 11 39 2C
Octal 260 124 60 0 64 111 37 21 71 54
Binary 10110000 1010100 110000 0 110100 1001001 11111 10001 111001 101100

Color Harmonies of #B05430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05430

Black with #B05430

Text Example


Text Example

White with #B05430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05430; }

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

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

background-color css

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

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

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

border-color css

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

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

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