Html Css Color HEX #B0581E Fiery Orange

📋 copy color: '#B0581E'

red 176 ◦ green 88 ◦ blue 30

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

Shades of Fiery Orange #B0581E

Tints of Fiery Orange #B0581E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 59.86%
G = 29.93%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0581E (or 0xB0581E) is known color: Fiery Orange. HEX triplet: B0, 58 and 1E. RGB value is (176,88,30). Sum of RGB (Red+Green+Blue) = 176+88+30=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B0581E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0581E is #4FA7E1. Grayscale: #6C6C6C. Windows color (decimal): -5220322 or 1988784. OLE color: 1988784.

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

Color convert

RGB 176 88 30 -
CMYK 0 0.50 0.83 0.31
HSL 23.84º 0.71% 0.4% -
HSV(B) 23.84º 0.83% 0.69% -
XYZ 21.63 16.3 3.24 -
YUV 107.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 176 88 30 0 0.50 0.83 0.31 23.84 0.71 0.4
Hex B0 58 1E 0 32 53 1F 18 47 28
Octal 260 130 36 0 62 123 37 30 107 50
Binary 10110000 1011000 11110 0 110010 1010011 11111 11000 1000111 101000

Color Harmonies of #B0581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0581E

Black with #B0581E

Text Example


Text Example

White with #B0581E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0581E; }

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

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

background-color css

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

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

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

border-color css

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

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

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