#B35331

Color #B35331 Red Stage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Stage #B35331

Tints of Red Stage #B35331

Color information

#B35331 (or 0xB35331) is unknown color: approx Red Stage. HEX triplet: B3, 53 and 31. RGB value is (179,83,49). Sum of RGB (Red+Green+Blue) = 179+83+49=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B35331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35331 is #4CACCE. Grayscale: #6C6C6C. Windows color (decimal): -5024975 or 3232691. OLE color: 3232691.

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

Color convert

RGB1798349-
CMYK00.540.730.30
HSL15.69º57.02%44.71%-
HSV(B)15.69º72.63%70.2%-
XYZ22.2415.994.82-
YUV107.8394.8178.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 83 (32.81% from 255) = 26.69%
BLUE value IS 49 (19.53% from 255) = 15.76%
R=57.56%
G=26.69%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179834900.540.730.3015.6957.0244.71
HexB35331036491E10392d
Octal2631236106611136207155
Binary101100111010011110001011011010010011111010000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35331; }

 p { color: rgb(179,83,49); }

 H1.HeaderClassName
 {
   color: #B35331;
 }
 .AnyTagClassName
 {
   color: #B35331;
 }
</style>
background-color css

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

 a { background-color: rgb(179,83,49); }

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

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

 span { border-color: rgb(179,83,49); }

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