#B55A1A

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

Shades of Fiery Orange #B55A1A

Tints of Fiery Orange #B55A1A

Color information

#B55A1A (or 0xB55A1A) is unknown color: approx Fiery Orange. HEX triplet: B5, 5A and 1A. RGB value is (181,90,26). Sum of RGB (Red+Green+Blue) = 181+90+26=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55A1A is #4AA5E5. Grayscale: #6E6E6E. Windows color (decimal): -4892134 or 1727157. OLE color: 1727157.

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

Color convert

RGB1819026-
CMYK00.500.860.29
HSL24.77º74.88%40.59%-
HSV(B)24.77º85.64%70.98%-
XYZ22.917.213.09-
YUV109.9180.65178.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.94%
GREEN value IS 90 (35.55% from 255) = 30.30%
BLUE value IS 26 (10.55% from 255) = 8.75%
R=60.94%
G=30.30%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181902600.500.860.2924.7774.8840.59
HexB55A1A032561D194b29
Octal26513232062126353111351
Binary101101011011010110100110010101011011101110011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55A1A; }

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

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

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

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

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

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

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

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