Html Css Color HEX #B1602C Fiery Orange

📋 copy color: '#B1602C'

red 177 ◦ green 96 ◦ blue 44

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

Shades of Fiery Orange #B1602C

Tints of Fiery Orange #B1602C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 55.84%
G = 30.28%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1602C (or 0xB1602C) is known color: Fiery Orange. HEX triplet: B1, 60 and 2C. RGB value is (177,96,44). Sum of RGB (Red+Green+Blue) = 177+96+44=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B1602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1602C is #4E9FD3. Grayscale: #727272. Windows color (decimal): -5152724 or 2908337. OLE color: 2908337.

HSL color Cylindrical-coordinate representation of color #B1602C: hue angle of 23.46º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1602C is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 96 44 -
CMYK 0 0.46 0.75 0.31
HSL 23.46º 0.6% 0.43% -
HSV(B) 23.46º 0.75% 0.69% -
XYZ 22.77 17.89 4.64 -
YUV 114.29 88.34 172.73 -
System Red Green Blue C M Y K H S L
Decimal 177 96 44 0 0.46 0.75 0.31 23.46 0.6 0.43
Hex B1 60 2C 0 2E 4B 1F 17 3C 2B
Octal 261 140 54 0 56 113 37 27 74 53
Binary 10110001 1100000 101100 0 101110 1001011 11111 10111 111100 101011

Color Harmonies of #B1602C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1602C

Black with #B1602C

Text Example


Text Example

White with #B1602C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1602C; }

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

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

background-color css

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

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

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

border-color css

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

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

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