Html Css Color HEX #B0592B Fiery Orange

📋 copy color: '#B0592B'

red 176 ◦ green 89 ◦ blue 43

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

Shades of Fiery Orange #B0592B

Tints of Fiery Orange #B0592B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 57.14%
G = 28.9%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0592B (or 0xB0592B) is known color: Fiery Orange. HEX triplet: B0, 59 and 2B. RGB value is (176,89,43). Sum of RGB (Red+Green+Blue) = 176+89+43=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B0592B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0592B is #4FA6D4. Grayscale: #6E6E6E. Windows color (decimal): -5220053 or 2841008. OLE color: 2841008.

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

Color convert

RGB 176 89 43 -
CMYK 0 0.49 0.76 0.31
HSL 20.75º 0.61% 0.43% -
HSV(B) 20.75º 0.76% 0.69% -
XYZ 21.91 16.55 4.32 -
YUV 109.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 176 89 43 0 0.49 0.76 0.31 20.75 0.61 0.43
Hex B0 59 2B 0 31 4C 1F 15 3D 2B
Octal 260 131 53 0 61 114 37 25 75 53
Binary 10110000 1011001 101011 0 110001 1001100 11111 10101 111101 101011

Color Harmonies of #B0592B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0592B

Black with #B0592B

Text Example


Text Example

White with #B0592B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0592B; }

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

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

background-color css

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

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

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

border-color css

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

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

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