Html Css Color HEX #B55229 Red Stage

📋 copy color: '#B55229'

red 181 ◦ green 82 ◦ blue 41

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

Shades of Red Stage #B55229

Tints of Red Stage #B55229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

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

R = 59.54%
G = 26.97%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B55229 (or 0xB55229) is known color: Red Stage. HEX triplet: B5, 52 and 29. RGB value is (181,82,41). Sum of RGB (Red+Green+Blue) = 181+82+41=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B55229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55229 is #4AADD6. Grayscale: #6B6B6B. Windows color (decimal): -4894167 or 2708149. OLE color: 2708149.

HSL color Cylindrical-coordinate representation of color #B55229: hue angle of 17.57º 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 #B55229 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 82 41 -
CMYK 0 0.55 0.77 0.29
HSL 17.57º 0.63% 0.44% -
HSV(B) 17.57º 0.77% 0.71% -
XYZ 22.47 16.02 4.01 -
YUV 106.93 90.8 180.83 -
System Red Green Blue C M Y K H S L
Decimal 181 82 41 0 0.55 0.77 0.29 17.57 0.63 0.44
Hex B5 52 29 0 37 4D 1D 12 3F 2C
Octal 265 122 51 0 67 115 35 22 77 54
Binary 10110101 1010010 101001 0 110111 1001101 11101 10010 111111 101100

Color Harmonies of #B55229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55229

Black with #B55229

Text Example


Text Example

White with #B55229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55229; }

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

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

background-color css

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

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

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

border-color css

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

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

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