Html Css Color HEX #B1601D Fiery Orange

📋 copy color: '#B1601D'

red 177 ◦ green 96 ◦ blue 29

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

Shades of Fiery Orange #B1601D

Tints of Fiery Orange #B1601D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.79%

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

R = 58.61%
G = 31.79%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1601D (or 0xB1601D) is known color: Fiery Orange. HEX triplet: B1, 60 and 1D. RGB value is (177,96,29). Sum of RGB (Red+Green+Blue) = 177+96+29=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1601D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1601D is #4E9FE2. Grayscale: #707070. Windows color (decimal): -5152739 or 1925297. OLE color: 1925297.

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

Color convert

RGB 177 96 29 -
CMYK 0 0.46 0.84 0.31
HSL 27.16º 0.72% 0.4% -
HSV(B) 27.16º 0.84% 0.69% -
XYZ 22.54 17.8 3.41 -
YUV 112.58 80.84 173.95 -
System Red Green Blue C M Y K H S L
Decimal 177 96 29 0 0.46 0.84 0.31 27.16 0.72 0.4
Hex B1 60 1D 0 2E 54 1F 1B 48 28
Octal 261 140 35 0 56 124 37 33 110 50
Binary 10110001 1100000 11101 0 101110 1010100 11111 11011 1001000 101000

Color Harmonies of #B1601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1601D

Black with #B1601D

Text Example


Text Example

White with #B1601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1601D; }

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

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

background-color css

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

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

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

border-color css

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

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

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