Html Css Color HEX #B1271C Fire Brick

📋 copy color: '#B1271C'

red 177 ◦ green 39 ◦ blue 28

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

Shades of Fire Brick #B1271C

Tints of Fire Brick #B1271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.98%

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

R = 72.54%
G = 15.98%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1271C (or 0xB1271C) is known color: Fire Brick. HEX triplet: B1, 27 and 1C. RGB value is (177,39,28). Sum of RGB (Red+Green+Blue) = 177+39+28=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B1271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1271C is #4ED8E3. Grayscale: #4F4F4F. Windows color (decimal): -5167332 or 1845169. OLE color: 1845169.

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

Color convert

RGB 177 39 28 -
CMYK 0 0.78 0.84 0.31
HSL 4.43º 0.73% 0.4% -
HSV(B) 4.43º 0.84% 0.69% -
XYZ 19.07 10.88 2.19 -
YUV 79.01 99.22 197.89 -
System Red Green Blue C M Y K H S L
Decimal 177 39 28 0 0.78 0.84 0.31 4.43 0.73 0.4
Hex B1 27 1C 0 4E 54 1F 4 49 28
Octal 261 47 34 0 116 124 37 4 111 50
Binary 10110001 100111 11100 0 1001110 1010100 11111 100 1001001 101000

Color Harmonies of #B1271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1271C

Black with #B1271C

Text Example


Text Example

White with #B1271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1271C; }

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

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

background-color css

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

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

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

border-color css

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

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

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