Html Css Color HEX #B55330 Red Stage

📋 copy color: '#B55330'

red 181 ◦ green 83 ◦ blue 48

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

Shades of Red Stage #B55330

Tints of Red Stage #B55330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

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

R = 58.01%
G = 26.6%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B55330 (or 0xB55330) is known color: Red Stage. HEX triplet: B5, 53 and 30. RGB value is (181,83,48). Sum of RGB (Red+Green+Blue) = 181+83+48=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B55330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55330 is #4AACCF. Grayscale: #6C6C6C. Windows color (decimal): -4893904 or 3167157. OLE color: 3167157.

HSL color Cylindrical-coordinate representation of color #B55330: hue angle of 15.79º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B55330 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 83 48 -
CMYK 0 0.54 0.73 0.29
HSL 15.79º 0.58% 0.45% -
HSV(B) 15.79º 0.73% 0.71% -
XYZ 22.68 16.22 4.73 -
YUV 108.31 93.97 179.85 -
System Red Green Blue C M Y K H S L
Decimal 181 83 48 0 0.54 0.73 0.29 15.79 0.58 0.45
Hex B5 53 30 0 36 49 1D 10 3A 2D
Octal 265 123 60 0 66 111 35 20 72 55
Binary 10110101 1010011 110000 0 110110 1001001 11101 10000 111010 101101

Color Harmonies of #B55330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55330

Black with #B55330

Text Example


Text Example

White with #B55330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55330; }

 p { color: rgb(181,83,48); }

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

background-color css

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

 a { background-color: rgb(181,83,48); }

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

border-color css

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

 span { border-color: rgb(181,83,48); }

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