Html Css Color HEX #B1572D Fiery Orange

📋 copy color: '#B1572D'

red 177 ◦ green 87 ◦ blue 45

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

Shades of Fiery Orange #B1572D

Tints of Fiery Orange #B1572D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.16%

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

R = 57.28%
G = 28.16%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B1572D (or 0xB1572D) is known color: Fiery Orange. HEX triplet: B1, 57 and 2D. RGB value is (177,87,45). Sum of RGB (Red+Green+Blue) = 177+87+45=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B1572D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1572D is #4EA8D2. Grayscale: #6D6D6D. Windows color (decimal): -5155027 or 2971569. OLE color: 2971569.

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

Color convert

RGB 177 87 45 -
CMYK 0 0.51 0.75 0.31
HSL 19.09º 0.59% 0.44% -
HSV(B) 19.09º 0.75% 0.69% -
XYZ 22.01 16.35 4.48 -
YUV 109.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 177 87 45 0 0.51 0.75 0.31 19.09 0.59 0.44
Hex B1 57 2D 0 33 4B 1F 13 3B 2C
Octal 261 127 55 0 63 113 37 23 73 54
Binary 10110001 1010111 101101 0 110011 1001011 11111 10011 111011 101100

Color Harmonies of #B1572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1572D

Black with #B1572D

Text Example


Text Example

White with #B1572D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1572D; }

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

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

background-color css

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

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

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

border-color css

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

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

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