Html Css Color HEX #B1601C Fiery Orange

📋 copy color: '#B1601C'

red 177 ◦ green 96 ◦ blue 28

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

Shades of Fiery Orange #B1601C

Tints of Fiery Orange #B1601C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.3%

R = 58.8%
G = 31.89%
B = 9.3%

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

#B1601C (or 0xB1601C) is known color: Fiery Orange. HEX triplet: B1, 60 and 1C. RGB value is (177,96,28). Sum of RGB (Red+Green+Blue) = 177+96+28=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B1601C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1601C is #4E9FE3. Grayscale: #707070. Windows color (decimal): -5152740 or 1859761. OLE color: 1859761.

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

Color convert

RGB 177 96 28 -
CMYK 0 0.46 0.84 0.31
HSL 27.38º 0.73% 0.4% -
HSV(B) 27.38º 0.84% 0.69% -
XYZ 22.52 17.8 3.35 -
YUV 112.47 80.34 174.03 -
System Red Green Blue C M Y K H S L
Decimal 177 96 28 0 0.46 0.84 0.31 27.38 0.73 0.4
Hex B1 60 1C 0 2E 54 1F 1B 49 28
Octal 261 140 34 0 56 124 37 33 111 50
Binary 10110001 1100000 11100 0 101110 1010100 11111 11011 1001001 101000

Color Harmonies of #B1601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1601C

Black with #B1601C

Text Example


Text Example

White with #B1601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1601C; }

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

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

background-color css

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

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

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

border-color css

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

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

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