#B3562A

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

Shades of Fiery Orange #B3562A

Tints of Fiery Orange #B3562A

Color information

#B3562A (or 0xB3562A) is unknown color: approx Fiery Orange. HEX triplet: B3, 56 and 2A. RGB value is (179,86,42). Sum of RGB (Red+Green+Blue) = 179+86+42=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3562A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3562A is #4CA9D5. Grayscale: #6D6D6D. Windows color (decimal): -5024214 or 2774707. OLE color: 2774707.

HSL color Cylindrical-coordinate representation of color #B3562A: hue angle of 19.27º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3562A is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB1798642-
CMYK00.520.770.30
HSL19.27º61.99%43.33%-
HSV(B)19.27º76.54%70.2%-
XYZ22.3416.414.18-
YUV108.7990.31178.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.31%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 42 (16.80% from 255) = 13.68%
R=58.31%
G=28.01%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179864200.520.770.3019.2761.9943.33
HexB3562A0344D1E133e2b
Octal2631265206411536237653
Binary101100111010110101010011010010011011111010011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3562A; }

 p { color: rgb(179,86,42); }

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

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

 a { background-color: rgb(179,86,42); }

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

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

 span { border-color: rgb(179,86,42); }

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