Html Css Color HEX #B0582E Fiery Orange

📋 copy color: '#B0582E'

red 176 ◦ green 88 ◦ blue 46

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

Shades of Fiery Orange #B0582E

Tints of Fiery Orange #B0582E

RGB

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

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

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

R = 56.77%
G = 28.39%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0582E (or 0xB0582E) is known color: Fiery Orange. HEX triplet: B0, 58 and 2E. RGB value is (176,88,46). Sum of RGB (Red+Green+Blue) = 176+88+46=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B0582E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0582E is #4FA7D1. Grayscale: #6D6D6D. Windows color (decimal): -5220306 or 3037360. OLE color: 3037360.

HSL color Cylindrical-coordinate representation of color #B0582E: hue angle of 19.38º 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 #B0582E is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 46 -
CMYK 0 0.50 0.74 0.31
HSL 19.38º 0.59% 0.44% -
HSV(B) 19.38º 0.74% 0.69% -
XYZ 21.89 16.41 4.6 -
YUV 109.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 176 88 46 0 0.50 0.74 0.31 19.38 0.59 0.44
Hex B0 58 2E 0 32 4A 1F 13 3B 2C
Octal 260 130 56 0 62 112 37 23 73 54
Binary 10110000 1011000 101110 0 110010 1001010 11111 10011 111011 101100

Color Harmonies of #B0582E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0582E

Black with #B0582E

Text Example


Text Example

White with #B0582E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0582E; }

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

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

background-color css

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

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

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

border-color css

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

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

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