Html Css Color HEX #B0582D Fiery Orange

📋 copy color: '#B0582D'

red 176 ◦ green 88 ◦ blue 45

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

Shades of Fiery Orange #B0582D

Tints of Fiery Orange #B0582D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.56%

R = 56.96%
G = 28.48%
B = 14.56%

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

#B0582D (or 0xB0582D) is known color: Fiery Orange. HEX triplet: B0, 58 and 2D. RGB value is (176,88,45). Sum of RGB (Red+Green+Blue) = 176+88+45=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B0582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0582D is #4FA7D2. Grayscale: #6D6D6D. Windows color (decimal): -5220307 or 2971824. OLE color: 2971824.

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

Color convert

RGB 176 88 45 -
CMYK 0 0.50 0.74 0.31
HSL 19.69º 0.59% 0.43% -
HSV(B) 19.69º 0.74% 0.69% -
XYZ 21.87 16.4 4.5 -
YUV 109.41 91.65 175.5 -
System Red Green Blue C M Y K H S L
Decimal 176 88 45 0 0.50 0.74 0.31 19.69 0.59 0.43
Hex B0 58 2D 0 32 4A 1F 14 3B 2B
Octal 260 130 55 0 62 112 37 24 73 53
Binary 10110000 1011000 101101 0 110010 1001010 11111 10100 111011 101011

Color Harmonies of #B0582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0582D

Black with #B0582D

Text Example


Text Example

White with #B0582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0582D; }

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

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

background-color css

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

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

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

border-color css

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

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

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