Html Css Color HEX #B1572C Fiery Orange

📋 copy color: '#B1572C'

red 177 ◦ green 87 ◦ blue 44

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

Shades of Fiery Orange #B1572C

Tints of Fiery Orange #B1572C

RGB

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

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

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

R = 57.47%
G = 28.25%
B = 14.29%

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

#B1572C (or 0xB1572C) is known color: Fiery Orange. HEX triplet: B1, 57 and 2C. RGB value is (177,87,44). Sum of RGB (Red+Green+Blue) = 177+87+44=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1572C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1572C is #4EA8D3. Grayscale: #6D6D6D. Windows color (decimal): -5155028 or 2906033. OLE color: 2906033.

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

Color convert

RGB 177 87 44 -
CMYK 0 0.51 0.75 0.31
HSL 19.4º 0.6% 0.43% -
HSV(B) 19.4º 0.75% 0.69% -
XYZ 21.99 16.35 4.38 -
YUV 109.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 177 87 44 0 0.51 0.75 0.31 19.4 0.6 0.43
Hex B1 57 2C 0 33 4B 1F 13 3C 2B
Octal 261 127 54 0 63 113 37 23 74 53
Binary 10110001 1010111 101100 0 110011 1001011 11111 10011 111100 101011

Color Harmonies of #B1572C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1572C

Black with #B1572C

Text Example


Text Example

White with #B1572C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1572C; }

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

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

background-color css

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

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

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

border-color css

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

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

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