Html Css Color HEX #B1602D Fiery Orange

📋 copy color: '#B1602D'

red 177 ◦ green 96 ◦ blue 45

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

Shades of Fiery Orange #B1602D

Tints of Fiery Orange #B1602D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.15%

R = 55.66%
G = 30.19%
B = 14.15%

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

#B1602D (or 0xB1602D) is known color: Fiery Orange. HEX triplet: B1, 60 and 2D. RGB value is (177,96,45). Sum of RGB (Red+Green+Blue) = 177+96+45=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B1602D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1602D is #4E9FD2. Grayscale: #727272. Windows color (decimal): -5152723 or 2973873. OLE color: 2973873.

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

Color convert

RGB 177 96 45 -
CMYK 0 0.46 0.75 0.31
HSL 23.18º 0.59% 0.44% -
HSV(B) 23.18º 0.75% 0.69% -
XYZ 22.79 17.9 4.74 -
YUV 114.41 88.84 172.65 -
System Red Green Blue C M Y K H S L
Decimal 177 96 45 0 0.46 0.75 0.31 23.18 0.59 0.44
Hex B1 60 2D 0 2E 4B 1F 17 3B 2C
Octal 261 140 55 0 56 113 37 27 73 54
Binary 10110001 1100000 101101 0 101110 1001011 11111 10111 111011 101100

Color Harmonies of #B1602D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1602D

Black with #B1602D

Text Example


Text Example

White with #B1602D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1602D; }

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

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

background-color css

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

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

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

border-color css

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

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

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