#B3552E

Color #B3552E Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B3552E

Tints of Fiery Orange #B3552E

Color information

#B3552E (or 0xB3552E) is unknown color: approx Fiery Orange. HEX triplet: B3, 55 and 2E. RGB value is (179,85,46). Sum of RGB (Red+Green+Blue) = 179+85+46=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3552E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3552E is #4CAAD1. Grayscale: #6C6C6C. Windows color (decimal): -5024466 or 3036595. OLE color: 3036595.

HSL color Cylindrical-coordinate representation of color #B3552E: hue angle of 17.59º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3552E is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB1798546-
CMYK00.530.740.30
HSL17.59º59.11%44.12%-
HSV(B)17.59º74.3%70.2%-
XYZ22.3316.284.55-
YUV108.6692.64178.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.74%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 46 (18.36% from 255) = 14.84%
R=57.74%
G=27.42%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179854600.530.740.3017.5959.1144.12
HexB3552E0354A1E123b2c
Octal2631255606511236227354
Binary101100111010101101110011010110010101111010010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3552E; }

 p { color: rgb(179,85,46); }

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

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

 a { background-color: rgb(179,85,46); }

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

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

 span { border-color: rgb(179,85,46); }

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