Html Css Color HEX #B55029 Red Stage

📋 copy color: '#B55029'

red 181 ◦ green 80 ◦ blue 41

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

Shades of Red Stage #B55029

Tints of Red Stage #B55029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.58%

R = 59.93%
G = 26.49%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B55029 (or 0xB55029) is known color: Red Stage. HEX triplet: B5, 50 and 29. RGB value is (181,80,41). Sum of RGB (Red+Green+Blue) = 181+80+41=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B55029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55029 is #4AAFD6. Grayscale: #6A6A6A. Windows color (decimal): -4894679 or 2707637. OLE color: 2707637.

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

Color convert

RGB 181 80 41 -
CMYK 0 0.56 0.77 0.29
HSL 16.71º 0.63% 0.44% -
HSV(B) 16.71º 0.77% 0.71% -
XYZ 22.32 15.72 3.96 -
YUV 105.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 181 80 41 0 0.56 0.77 0.29 16.71 0.63 0.44
Hex B5 50 29 0 38 4D 1D 11 3F 2C
Octal 265 120 51 0 70 115 35 21 77 54
Binary 10110101 1010000 101001 0 111000 1001101 11101 10001 111111 101100

Color Harmonies of #B55029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55029

Black with #B55029

Text Example


Text Example

White with #B55029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55029; }

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

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

background-color css

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

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

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

border-color css

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

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

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