Html Css Color HEX #B1271B Fire Brick

📋 copy color: '#B1271B'

red 177 ◦ green 39 ◦ blue 27

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

Shades of Fire Brick #B1271B

Tints of Fire Brick #B1271B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.11%

R = 72.84%
G = 16.05%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1271B (or 0xB1271B) is known color: Fire Brick. HEX triplet: B1, 27 and 1B. RGB value is (177,39,27). Sum of RGB (Red+Green+Blue) = 177+39+27=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B1271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1271B is #4ED8E4. Grayscale: #4F4F4F. Windows color (decimal): -5167333 or 1779633. OLE color: 1779633.

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

Color convert

RGB 177 39 27 -
CMYK 0 0.78 0.85 0.31
HSL 4.8º 0.74% 0.4% -
HSV(B) 4.8º 0.85% 0.69% -
XYZ 19.05 10.88 2.13 -
YUV 78.89 98.72 197.98 -
System Red Green Blue C M Y K H S L
Decimal 177 39 27 0 0.78 0.85 0.31 4.8 0.74 0.4
Hex B1 27 1B 0 4E 55 1F 5 4A 28
Octal 261 47 33 0 116 125 37 5 112 50
Binary 10110001 100111 11011 0 1001110 1010101 11111 101 1001010 101000

Color Harmonies of #B1271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1271B

Black with #B1271B

Text Example


Text Example

White with #B1271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1271B; }

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

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

background-color css

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

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

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

border-color css

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

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

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