Html Css Color HEX #B1201C Fire Brick

📋 copy color: '#B1201C'

red 177 ◦ green 32 ◦ blue 28

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

Shades of Fire Brick #B1201C

Tints of Fire Brick #B1201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.5%

 BLUE value IS 28 (11.33% from 255) = 11.81%

R = 74.68%
G = 13.5%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1201C (or 0xB1201C) is known color: Fire Brick. HEX triplet: B1, 20 and 1C. RGB value is (177,32,28). Sum of RGB (Red+Green+Blue) = 177+32+28=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B1201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1201C is #4EDFE3. Grayscale: #4B4B4B. Windows color (decimal): -5169124 or 1843377. OLE color: 1843377.

HSL color Cylindrical-coordinate representation of color #B1201C: hue angle of 1.61º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1201C is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 32 28 -
CMYK 0 0.82 0.84 0.31
HSL 1.61º 0.73% 0.4% -
HSV(B) 1.61º 0.84% 0.69% -
XYZ 18.86 10.46 2.12 -
YUV 74.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 177 32 28 0 0.82 0.84 0.31 1.61 0.73 0.4
Hex B1 20 1C 0 52 54 1F 2 49 28
Octal 261 40 34 0 122 124 37 2 111 50
Binary 10110001 100000 11100 0 1010010 1010100 11111 10 1001001 101000

Color Harmonies of #B1201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1201C

Black with #B1201C

Text Example


Text Example

White with #B1201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1201C; }

 p { color: rgb(177,32,28); }

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

background-color css

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

 a { background-color: rgb(177,32,28); }

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

border-color css

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

 span { border-color: rgb(177,32,28); }

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