#B2592C

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

Shades of Fiery Orange #B2592C

Tints of Fiery Orange #B2592C

Color information

#B2592C (or 0xB2592C) is unknown color: approx Fiery Orange. HEX triplet: B2, 59 and 2C. RGB value is (178,89,44). Sum of RGB (Red+Green+Blue) = 178+89+44=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2592C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2592C is #4DA6D3. Grayscale: #6E6E6E. Windows color (decimal): -5088980 or 2906546. OLE color: 2906546.

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

Color convert

RGB1788944-
CMYK00.50.750.30
HSL20.15º60.36%43.53%-
HSV(B)20.15º75.28%69.8%-
XYZ22.3916.794.44-
YUV110.4890.49176.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.23%
GREEN value IS 89 (35.16% from 255) = 28.62%
BLUE value IS 44 (17.58% from 255) = 14.15%
R=57.23%
G=28.62%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178894400.50.750.3020.1560.3643.53
HexB2592C0324B1E143c2c
Octal2621315406211336247454
Binary101100101011001101100011001010010111111010100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2592C; }

 p { color: rgb(178,89,44); }

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

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

 a { background-color: rgb(178,89,44); }

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

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

 span { border-color: rgb(178,89,44); }

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