Html Css Color HEX #B05428 Red Stage

📋 copy color: '#B05428'

red 176 ◦ green 84 ◦ blue 40

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

Shades of Red Stage #B05428

Tints of Red Stage #B05428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.33%

R = 58.67%
G = 28%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B05428 (or 0xB05428) is known color: Red Stage. HEX triplet: B0, 54 and 28. RGB value is (176,84,40). Sum of RGB (Red+Green+Blue) = 176+84+40=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B05428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05428 is #4FABD7. Grayscale: #6A6A6A. Windows color (decimal): -5221336 or 2643120. OLE color: 2643120.

HSL color Cylindrical-coordinate representation of color #B05428: hue angle of 19.41º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B05428 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 40 -
CMYK 0 0.52 0.77 0.31
HSL 19.41º 0.63% 0.42% -
HSV(B) 19.41º 0.77% 0.69% -
XYZ 21.46 15.72 3.91 -
YUV 106.49 90.48 177.58 -
System Red Green Blue C M Y K H S L
Decimal 176 84 40 0 0.52 0.77 0.31 19.41 0.63 0.42
Hex B0 54 28 0 34 4D 1F 13 3F 2A
Octal 260 124 50 0 64 115 37 23 77 52
Binary 10110000 1010100 101000 0 110100 1001101 11111 10011 111111 101010

Color Harmonies of #B05428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05428

Black with #B05428

Text Example


Text Example

White with #B05428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05428; }

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

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

background-color css

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

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

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

border-color css

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

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

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