#B0592B

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

Shades of Fiery Orange #B0592B

Tints of Fiery Orange #B0592B

Color information

#B0592B (or 0xB0592B) is unknown color: approx Fiery Orange. HEX triplet: B0, 59 and 2B. RGB value is (176,89,43). Sum of RGB (Red+Green+Blue) = 176+89+43=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B0592B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0592B is #4FA6D4. Grayscale: #6E6E6E. Windows color (decimal): -5220053 or 2841008. OLE color: 2841008.

HSL color Cylindrical-coordinate representation of color #B0592B: hue angle of 20.75º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0592B is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1768943-
CMYK00.490.760.31
HSL20.75º60.73%42.94%-
HSV(B)20.75º75.57%69.02%-
XYZ21.9116.554.32-
YUV109.7790.32175.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.14%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 43 (17.19% from 255) = 13.96%
R=57.14%
G=28.90%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176894300.490.760.3120.7560.7342.94
HexB0592B0314C1F153d2b
Octal2601315306111437257553
Binary101100001011001101011011000110011001111110101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0592B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0592B; }

 p { color: rgb(176,89,43); }

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

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

 a { background-color: rgb(176,89,43); }

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

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

 span { border-color: rgb(176,89,43); }

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