#B1562D

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

Shades of Fiery Orange #B1562D

Tints of Fiery Orange #B1562D

Color information

#B1562D (or 0xB1562D) is unknown color: approx Fiery Orange. HEX triplet: B1, 56 and 2D. RGB value is (177,86,45). Sum of RGB (Red+Green+Blue) = 177+86+45=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1562D is #4EA9D2. Grayscale: #6C6C6C. Windows color (decimal): -5155283 or 2971313. OLE color: 2971313.

HSL color Cylindrical-coordinate representation of color #B1562D: hue angle of 18.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1562D is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1778645-
CMYK00.510.750.31
HSL18.64º59.46%43.53%-
HSV(B)18.64º74.58%69.41%-
XYZ21.9316.194.45-
YUV108.5492.15176.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.47%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 45 (17.97% from 255) = 14.61%
R=57.47%
G=27.92%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177864500.510.750.3118.6459.4643.53
HexB1562D0334B1F133b2c
Octal2611265506311337237354
Binary101100011010110101101011001110010111111110011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1562D; }

 p { color: rgb(177,86,45); }

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

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

 a { background-color: rgb(177,86,45); }

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

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

 span { border-color: rgb(177,86,45); }

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