#B0601D

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

Shades of Fiery Orange #B0601D

Tints of Fiery Orange #B0601D

Color information

#B0601D (or 0xB0601D) is unknown color: approx Fiery Orange. HEX triplet: B0, 60 and 1D. RGB value is (176,96,29). Sum of RGB (Red+Green+Blue) = 176+96+29=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B0601D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0601D is #4F9FE2. Grayscale: #707070. Windows color (decimal): -5218275 or 1925296. OLE color: 1925296.

HSL color Cylindrical-coordinate representation of color #B0601D: hue angle of 27.35º degrees, saturation: 0.72, 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 #B0601D is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB1769629-
CMYK00.450.840.31
HSL27.35º71.71%40.2%-
HSV(B)27.35º83.52%69.02%-
XYZ22.3117.683.4-
YUV112.2881173.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.47%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 29 (11.72% from 255) = 9.63%
R=58.47%
G=31.89%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176962900.450.840.3127.3571.7140.2
HexB0601D02D541F1b4828
Octal26014035055124373311050
Binary101100001100000111010101101101010011111110111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0601D; }

 p { color: rgb(176,96,29); }

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

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

 a { background-color: rgb(176,96,29); }

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

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

 span { border-color: rgb(176,96,29); }

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