Html Css Color HEX #B0611B Fiery Orange

📋 copy color: '#B0611B'

red 176 ◦ green 97 ◦ blue 27

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

Shades of Fiery Orange #B0611B

Tints of Fiery Orange #B0611B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.33%

 BLUE value IS 27 (10.94% from 255) = 9%

R = 58.67%
G = 32.33%
B = 9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0611B (or 0xB0611B) is known color: Fiery Orange. HEX triplet: B0, 61 and 1B. RGB value is (176,97,27). Sum of RGB (Red+Green+Blue) = 176+97+27=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B0611B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0611B is #4F9EE4. Grayscale: #717171. Windows color (decimal): -5218021 or 1794480. OLE color: 1794480.

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

Color convert

RGB 176 97 27 -
CMYK 0 0.45 0.85 0.31
HSL 28.19º 0.73% 0.4% -
HSV(B) 28.19º 0.85% 0.69% -
XYZ 22.38 17.86 3.3 -
YUV 112.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 176 97 27 0 0.45 0.85 0.31 28.19 0.73 0.4
Hex B0 61 1B 0 2D 55 1F 1C 49 28
Octal 260 141 33 0 55 125 37 34 111 50
Binary 10110000 1100001 11011 0 101101 1010101 11111 11100 1001001 101000

Color Harmonies of #B0611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0611B

Black with #B0611B

Text Example


Text Example

White with #B0611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0611B; }

 p { color: rgb(176,97,27); }

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

background-color css

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

 a { background-color: rgb(176,97,27); }

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

border-color css

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

 span { border-color: rgb(176,97,27); }

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