#b5551b

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

Shades of Fiery Orange #B5551B

Tints of Fiery Orange #B5551B

Color information

#B5551B (or 0xB5551B) is unknown color: approx Fiery Orange. HEX triplet: B5, 55 and 1B. RGB value is (181,85,27). Sum of RGB (Red+Green+Blue) = 181+85+27=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5551B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5551B is #4AAAE4. Grayscale: #6B6B6B. Windows color (decimal): -4893413 or 1791413. OLE color: 1791413.

HSL color Cylindrical-coordinate representation of color #B5551B: hue angle of 22.6º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5551B is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB1818527-
CMYK00.530.850.29
HSL22.6º74.04%40.78%-
HSV(B)22.6º85.08%70.98%-
XYZ22.516.43.02-
YUV107.0982.8180.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.77%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 27 (10.94% from 255) = 9.22%
R=61.77%
G=29.01%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181852700.530.850.2922.674.0440.78
HexB5551B035551D174a29
Octal26512533065125352711251
Binary101101011010101110110110101101010111101101111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5551b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5551b; }

 p { color: rgb(181,85,27); }

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

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

 a { background-color: rgb(181,85,27); }

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

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

 span { border-color: rgb(181,85,27); }

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