Html Css Color HEX #B0581F Fiery Orange

📋 copy color: '#B0581F'

red 176 ◦ green 88 ◦ blue 31

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

Shades of Fiery Orange #B0581F

Tints of Fiery Orange #B0581F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

 BLUE value IS 31 (12.5% from 255) = 10.51%

R = 59.66%
G = 29.83%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B0581F (or 0xB0581F) is known color: Fiery Orange. HEX triplet: B0, 58 and 1F. RGB value is (176,88,31). Sum of RGB (Red+Green+Blue) = 176+88+31=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B0581F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0581F is #4FA7E0. Grayscale: #6C6C6C. Windows color (decimal): -5220321 or 2054320. OLE color: 2054320.

HSL color Cylindrical-coordinate representation of color #B0581F: hue angle of 23.59º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0581F is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 31 -
CMYK 0 0.50 0.82 0.31
HSL 23.59º 0.7% 0.41% -
HSV(B) 23.59º 0.82% 0.69% -
XYZ 21.64 16.31 3.3 -
YUV 107.81 84.65 176.63 -
System Red Green Blue C M Y K H S L
Decimal 176 88 31 0 0.50 0.82 0.31 23.59 0.7 0.41
Hex B0 58 1F 0 32 52 1F 18 46 29
Octal 260 130 37 0 62 122 37 30 106 51
Binary 10110000 1011000 11111 0 110010 1010010 11111 11000 1000110 101001

Color Harmonies of #B0581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0581F

Black with #B0581F

Text Example


Text Example

White with #B0581F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0581F; }

 p { color: rgb(176,88,31); }

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

background-color css

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

 a { background-color: rgb(176,88,31); }

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

border-color css

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

 span { border-color: rgb(176,88,31); }

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