Html Css Color HEX #B1611D Fiery Orange

📋 copy color: '#B1611D'

red 177 ◦ green 97 ◦ blue 29

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

Shades of Fiery Orange #B1611D

Tints of Fiery Orange #B1611D

RGB

 RED value IS 177 (69.53% from 255) = 58.42%

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

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

R = 58.42%
G = 32.01%
B = 9.57%

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

#B1611D (or 0xB1611D) is known color: Fiery Orange. HEX triplet: B1, 61 and 1D. RGB value is (177,97,29). Sum of RGB (Red+Green+Blue) = 177+97+29=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1611D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1611D is #4E9EE2. Grayscale: #717171. Windows color (decimal): -5152483 or 1925553. OLE color: 1925553.

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

Color convert

RGB 177 97 29 -
CMYK 0 0.45 0.84 0.31
HSL 27.57º 0.72% 0.4% -
HSV(B) 27.57º 0.84% 0.69% -
XYZ 22.63 17.99 3.44 -
YUV 113.17 80.5 173.53 -
System Red Green Blue C M Y K H S L
Decimal 177 97 29 0 0.45 0.84 0.31 27.57 0.72 0.4
Hex B1 61 1D 0 2D 54 1F 1C 48 28
Octal 261 141 35 0 55 124 37 34 110 50
Binary 10110001 1100001 11101 0 101101 1010100 11111 11100 1001000 101000

Color Harmonies of #B1611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1611D

Black with #B1611D

Text Example


Text Example

White with #B1611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1611D; }

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

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

background-color css

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

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

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

border-color css

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

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

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