Html Css Color HEX #B0592E Fiery Orange

📋 copy color: '#B0592E'

red 176 ◦ green 89 ◦ blue 46

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

Shades of Fiery Orange #B0592E

Tints of Fiery Orange #B0592E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.79%

R = 56.59%
G = 28.62%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0592E (or 0xB0592E) is known color: Fiery Orange. HEX triplet: B0, 59 and 2E. RGB value is (176,89,46). Sum of RGB (Red+Green+Blue) = 176+89+46=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B0592E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0592E is #4FA6D1. Grayscale: #6E6E6E. Windows color (decimal): -5220050 or 3037616. OLE color: 3037616.

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

Color convert

RGB 176 89 46 -
CMYK 0 0.49 0.74 0.31
HSL 19.85º 0.59% 0.44% -
HSV(B) 19.85º 0.74% 0.69% -
XYZ 21.97 16.57 4.63 -
YUV 110.11 91.82 175 -
System Red Green Blue C M Y K H S L
Decimal 176 89 46 0 0.49 0.74 0.31 19.85 0.59 0.44
Hex B0 59 2E 0 31 4A 1F 14 3B 2C
Octal 260 131 56 0 61 112 37 24 73 54
Binary 10110000 1011001 101110 0 110001 1001010 11111 10100 111011 101100

Color Harmonies of #B0592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0592E

Black with #B0592E

Text Example


Text Example

White with #B0592E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0592E; }

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

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

background-color css

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

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

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

border-color css

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

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

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