Html Css Color HEX #B1271F Fire Brick

📋 copy color: '#B1271F'

red 177 ◦ green 39 ◦ blue 31

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

Shades of Fire Brick #B1271F

Tints of Fire Brick #B1271F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.55%

R = 71.66%
G = 15.79%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B1271F (or 0xB1271F) is known color: Fire Brick. HEX triplet: B1, 27 and 1F. RGB value is (177,39,31). Sum of RGB (Red+Green+Blue) = 177+39+31=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B1271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1271F is #4ED8E0. Grayscale: #4F4F4F. Windows color (decimal): -5167329 or 2041777. OLE color: 2041777.

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

Color convert

RGB 177 39 31 -
CMYK 0 0.78 0.82 0.31
HSL 3.29º 0.7% 0.41% -
HSV(B) 3.29º 0.82% 0.69% -
XYZ 19.1 10.9 2.39 -
YUV 79.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 177 39 31 0 0.78 0.82 0.31 3.29 0.7 0.41
Hex B1 27 1F 0 4E 52 1F 3 46 29
Octal 261 47 37 0 116 122 37 3 106 51
Binary 10110001 100111 11111 0 1001110 1010010 11111 11 1000110 101001

Color Harmonies of #B1271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1271F

Black with #B1271F

Text Example


Text Example

White with #B1271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1271F; }

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

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

background-color css

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

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

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

border-color css

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

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

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