#B55B24

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

Shades of Fiery Orange #B55B24

Tints of Fiery Orange #B55B24

Color information

#B55B24 (or 0xB55B24) is unknown color: approx Fiery Orange. HEX triplet: B5, 5B and 24. RGB value is (181,91,36). Sum of RGB (Red+Green+Blue) = 181+91+36=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B55B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55B24 is #4AA4DB. Grayscale: #6F6F6F. Windows color (decimal): -4891868 or 2382773. OLE color: 2382773.

HSL color Cylindrical-coordinate representation of color #B55B24: hue angle of 22.76º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B55B24 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB1819136-
CMYK00.500.800.29
HSL22.76º66.82%42.55%-
HSV(B)22.76º80.11%70.98%-
XYZ23.1217.433.82-
YUV111.6485.32177.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.77%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 36 (14.45% from 255) = 11.69%
R=58.77%
G=29.55%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181913600.500.800.2922.7666.8242.55
HexB55B24032501D17432b
Octal26513344062120352710353
Binary1011010110110111001000110010101000011101101111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55B24; }

 p { color: rgb(181,91,36); }

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

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

 a { background-color: rgb(181,91,36); }

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

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

 span { border-color: rgb(181,91,36); }

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