#B35330

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

Shades of Red Stage #B35330

Tints of Red Stage #B35330

Color information

#B35330 (or 0xB35330) is unknown color: approx Red Stage. HEX triplet: B3, 53 and 30. RGB value is (179,83,48). Sum of RGB (Red+Green+Blue) = 179+83+48=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B35330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35330 is #4CACCF. Grayscale: #6B6B6B. Windows color (decimal): -5024976 or 3167155. OLE color: 3167155.

HSL color Cylindrical-coordinate representation of color #B35330: hue angle of 16.03º degrees, saturation: 0.58, 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 #B35330 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB1798348-
CMYK00.540.730.30
HSL16.03º57.71%44.51%-
HSV(B)16.03º73.18%70.2%-
XYZ22.2215.984.71-
YUV107.7194.3178.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.74%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 48 (19.14% from 255) = 15.48%
R=57.74%
G=26.77%
B=15.48%

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
Decimal179834800.540.730.3016.0357.7144.51
HexB35330036491E103a2d
Octal2631236006611136207255
Binary101100111010011110000011011010010011111010000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35330; }

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

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

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

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

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

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

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

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