Html Css Color HEX #B0611D Fiery Orange

📋 copy color: '#B0611D'

red 176 ◦ green 97 ◦ blue 29

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

Shades of Fiery Orange #B0611D

Tints of Fiery Orange #B0611D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 58.28%
G = 32.12%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0611D (or 0xB0611D) is known color: Fiery Orange. HEX triplet: B0, 61 and 1D. RGB value is (176,97,29). Sum of RGB (Red+Green+Blue) = 176+97+29=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0611D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0611D is #4F9EE2. Grayscale: #717171. Windows color (decimal): -5218019 or 1925552. OLE color: 1925552.

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

Color convert

RGB 176 97 29 -
CMYK 0 0.45 0.84 0.31
HSL 27.76º 0.72% 0.4% -
HSV(B) 27.76º 0.84% 0.69% -
XYZ 22.4 17.87 3.43 -
YUV 112.87 80.67 173.03 -
System Red Green Blue C M Y K H S L
Decimal 176 97 29 0 0.45 0.84 0.31 27.76 0.72 0.4
Hex B0 61 1D 0 2D 54 1F 1C 48 28
Octal 260 141 35 0 55 124 37 34 110 50
Binary 10110000 1100001 11101 0 101101 1010100 11111 11100 1001000 101000

Color Harmonies of #B0611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0611D

Black with #B0611D

Text Example


Text Example

White with #B0611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0611D; }

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

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

background-color css

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

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

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

border-color css

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

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

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