Html Css Color HEX #B0601C Fiery Orange

📋 copy color: '#B0601C'

red 176 ◦ green 96 ◦ blue 28

#B0601C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #B0601C

Tints of Fiery Orange #B0601C

RGB

 RED value IS 176 (69.14% from 255) = 58.67%

 GREEN value IS 96 (37.89% from 255) = 32%

 BLUE value IS 28 (11.33% from 255) = 9.33%

R = 58.67%
G = 32%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0601C (or 0xB0601C) is known color: Fiery Orange. HEX triplet: B0, 60 and 1C. RGB value is (176,96,28). Sum of RGB (Red+Green+Blue) = 176+96+28=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B0601C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0601C is #4F9FE3. Grayscale: #707070. Windows color (decimal): -5218276 or 1859760. OLE color: 1859760.

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

Color convert

RGB 176 96 28 -
CMYK 0 0.45 0.84 0.31
HSL 27.57º 0.73% 0.4% -
HSV(B) 27.57º 0.84% 0.69% -
XYZ 22.3 17.68 3.34 -
YUV 112.17 80.5 173.53 -
System Red Green Blue C M Y K H S L
Decimal 176 96 28 0 0.45 0.84 0.31 27.57 0.73 0.4
Hex B0 60 1C 0 2D 54 1F 1C 49 28
Octal 260 140 34 0 55 124 37 34 111 50
Binary 10110000 1100000 11100 0 101101 1010100 11111 11100 1001001 101000

Color Harmonies of #B0601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0601C

Black with #B0601C

Text Example


Text Example

White with #B0601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0601C; }

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

 H1.HeaderClassName
 {
   color: #B0601C;
 }
 .AnyTagClassName
 {
   color: #B0601C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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