Html Css Color HEX #B1592D Fiery Orange

📋 copy color: '#B1592D'

red 177 ◦ green 89 ◦ blue 45

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

Shades of Fiery Orange #B1592D

Tints of Fiery Orange #B1592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

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

R = 56.91%
G = 28.62%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1592D (or 0xB1592D) is known color: Fiery Orange. HEX triplet: B1, 59 and 2D. RGB value is (177,89,45). Sum of RGB (Red+Green+Blue) = 177+89+45=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B1592D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1592D is #4EA6D2. Grayscale: #6E6E6E. Windows color (decimal): -5154515 or 2972081. OLE color: 2972081.

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

Color convert

RGB 177 89 45 -
CMYK 0 0.50 0.75 0.31
HSL 20º 0.59% 0.44% -
HSV(B) 20º 0.75% 0.69% -
XYZ 22.18 16.68 4.53 -
YUV 110.3 91.15 175.58 -
System Red Green Blue C M Y K H S L
Decimal 177 89 45 0 0.50 0.75 0.31 20 0.59 0.44
Hex B1 59 2D 0 32 4B 1F 14 3B 2C
Octal 261 131 55 0 62 113 37 24 73 54
Binary 10110001 1011001 101101 0 110010 1001011 11111 10100 111011 101100

Color Harmonies of #B1592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1592D

Black with #B1592D

Text Example


Text Example

White with #B1592D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1592D; }

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

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

background-color css

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

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

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

border-color css

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

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

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