#B15C1C

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

Shades of Fiery Orange #B15C1C

Tints of Fiery Orange #B15C1C

Color information

#B15C1C (or 0xB15C1C) is unknown color: approx Fiery Orange. HEX triplet: B1, 5C and 1C. RGB value is (177,92,28). Sum of RGB (Red+Green+Blue) = 177+92+28=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15C1C is #4EA3E3. Grayscale: #6E6E6E. Windows color (decimal): -5153764 or 1858737. OLE color: 1858737.

HSL color Cylindrical-coordinate representation of color #B15C1C: hue angle of 25.77º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B15C1C is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB1779228-
CMYK00.480.840.31
HSL25.77º72.68%40.2%-
HSV(B)25.77º84.18%69.41%-
XYZ22.1717.093.23-
YUV110.1281.66175.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.60%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 28 (11.33% from 255) = 9.43%
R=59.60%
G=30.98%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177922800.480.840.3125.7772.6840.2
HexB15C1C030541F1a4928
Octal26113434060124373211150
Binary101100011011100111000110000101010011111110101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C1C; }

 p { color: rgb(177,92,28); }

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

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

 a { background-color: rgb(177,92,28); }

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

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

 span { border-color: rgb(177,92,28); }

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