#b55a2d

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

Shades of Fiery Orange #B55A2D

Tints of Fiery Orange #B55A2D

Color information

#B55A2D (or 0xB55A2D) is unknown color: approx Fiery Orange. HEX triplet: B5, 5A and 2D. RGB value is (181,90,45). Sum of RGB (Red+Green+Blue) = 181+90+45=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55A2D is #4AA5D2. Grayscale: #707070. Windows color (decimal): -4892115 or 2972341. OLE color: 2972341.

HSL color Cylindrical-coordinate representation of color #B55A2D: hue angle of 19.85º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B55A2D is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1819045-
CMYK00.500.750.29
HSL19.85º60.18%44.31%-
HSV(B)19.85º75.14%70.98%-
XYZ23.1917.334.6-
YUV112.0890.15177.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.28%
GREEN value IS 90 (35.55% from 255) = 28.48%
BLUE value IS 45 (17.97% from 255) = 14.24%
R=57.28%
G=28.48%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181904500.500.750.2919.8560.1844.31
HexB55A2D0324B1D143c2c
Octal2651325506211335247454
Binary101101011011010101101011001010010111110110100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55a2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55a2d; }

 p { color: rgb(181,90,45); }

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

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

 a { background-color: rgb(181,90,45); }

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

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

 span { border-color: rgb(181,90,45); }

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