Html Css Color HEX #B55028 Red Stage

📋 copy color: '#B55028'

red 181 ◦ green 80 ◦ blue 40

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

Shades of Red Stage #B55028

Tints of Red Stage #B55028

RGB

 RED value IS 181 (71.09% from 255) = 60.13%

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

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

R = 60.13%
G = 26.58%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B55028 (or 0xB55028) is known color: Red Stage. HEX triplet: B5, 50 and 28. RGB value is (181,80,40). Sum of RGB (Red+Green+Blue) = 181+80+40=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B55028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55028 is #4AAFD7. Grayscale: #696969. Windows color (decimal): -4894680 or 2642101. OLE color: 2642101.

HSL color Cylindrical-coordinate representation of color #B55028: hue angle of 17.02º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B55028 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 80 40 -
CMYK 0 0.56 0.78 0.29
HSL 17.02º 0.64% 0.43% -
HSV(B) 17.02º 0.78% 0.71% -
XYZ 22.31 15.71 3.86 -
YUV 105.64 90.96 181.75 -
System Red Green Blue C M Y K H S L
Decimal 181 80 40 0 0.56 0.78 0.29 17.02 0.64 0.43
Hex B5 50 28 0 38 4E 1D 11 40 2B
Octal 265 120 50 0 70 116 35 21 100 53
Binary 10110101 1010000 101000 0 111000 1001110 11101 10001 1000000 101011

Color Harmonies of #B55028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55028

Black with #B55028

Text Example


Text Example

White with #B55028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55028; }

 p { color: rgb(181,80,40); }

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

background-color css

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

 a { background-color: rgb(181,80,40); }

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

border-color css

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

 span { border-color: rgb(181,80,40); }

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