#B55D30

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

Shades of Fiery Orange #B55D30

Tints of Fiery Orange #B55D30

Color information

#B55D30 (or 0xB55D30) is unknown color: approx Fiery Orange. HEX triplet: B5, 5D and 30. RGB value is (181,93,48). Sum of RGB (Red+Green+Blue) = 181+93+48=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55D30 is #4AA2CF. Grayscale: #727272. Windows color (decimal): -4891344 or 3169717. OLE color: 3169717.

HSL color Cylindrical-coordinate representation of color #B55D30: hue angle of 20.3º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B55D30 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1819348-
CMYK00.490.730.29
HSL20.3º58.08%44.9%-
HSV(B)20.3º73.48%70.98%-
XYZ23.517.875.01-
YUV114.1890.65175.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 56.21%
GREEN value IS 93 (36.72% from 255) = 28.88%
BLUE value IS 48 (19.14% from 255) = 14.91%
R=56.21%
G=28.88%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181934800.490.730.2920.358.0844.9
HexB55D30031491D143a2d
Octal2651356006111135247255
Binary101101011011101110000011000110010011110110100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55D30; }

 p { color: rgb(181,93,48); }

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

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

 a { background-color: rgb(181,93,48); }

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

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

 span { border-color: rgb(181,93,48); }

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