Html Css Color HEX #B0592F Fiery Orange

📋 copy color: '#B0592F'

red 176 ◦ green 89 ◦ blue 47

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

Shades of Fiery Orange #B0592F

Tints of Fiery Orange #B0592F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.53%

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 56.41%
G = 28.53%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0592F (or 0xB0592F) is known color: Fiery Orange. HEX triplet: B0, 59 and 2F. RGB value is (176,89,47). Sum of RGB (Red+Green+Blue) = 176+89+47=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B0592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0592F is #4FA6D0. Grayscale: #6E6E6E. Windows color (decimal): -5220049 or 3103152. OLE color: 3103152.

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

Color convert

RGB 176 89 47 -
CMYK 0 0.49 0.73 0.31
HSL 19.53º 0.58% 0.44% -
HSV(B) 19.53º 0.73% 0.69% -
XYZ 21.99 16.58 4.73 -
YUV 110.23 92.32 174.92 -
System Red Green Blue C M Y K H S L
Decimal 176 89 47 0 0.49 0.73 0.31 19.53 0.58 0.44
Hex B0 59 2F 0 31 49 1F 14 3A 2C
Octal 260 131 57 0 61 111 37 24 72 54
Binary 10110000 1011001 101111 0 110001 1001001 11111 10100 111010 101100

Color Harmonies of #B0592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0592F

Black with #B0592F

Text Example


Text Example

White with #B0592F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0592F; }

 p { color: rgb(176,89,47); }

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

background-color css

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

 a { background-color: rgb(176,89,47); }

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

border-color css

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

 span { border-color: rgb(176,89,47); }

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