#B2593A

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

Shades of Fiery Orange #B2593A

Tints of Fiery Orange #B2593A

Color information

#B2593A (or 0xB2593A) is unknown color: approx Fiery Orange. HEX triplet: B2, 59 and 3A. RGB value is (178,89,58). Sum of RGB (Red+Green+Blue) = 178+89+58=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2593A is #4DA6C5. Grayscale: #707070. Windows color (decimal): -5088966 or 3824050. OLE color: 3824050.

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

Color convert

RGB1788958-
CMYK00.50.670.30
HSL15.5º50.85%46.27%-
HSV(B)15.5º67.42%69.8%-
XYZ22.716.926.07-
YUV112.0897.49175.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.77%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=54.77%
G=27.38%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178895800.50.670.3015.550.8546.27
HexB2593A032431E10332e
Octal2621317206210336206356
Binary101100101011001111010011001010000111111010000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2593A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2593A; }

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

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

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

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

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

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

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

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