Html Css Color HEX #B1271A Fire Brick

📋 copy color: '#B1271A'

red 177 ◦ green 39 ◦ blue 26

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

Shades of Fire Brick #B1271A

Tints of Fire Brick #B1271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.74%

R = 73.14%
G = 16.12%
B = 10.74%

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

#B1271A (or 0xB1271A) is known color: Fire Brick. HEX triplet: B1, 27 and 1A. RGB value is (177,39,26). Sum of RGB (Red+Green+Blue) = 177+39+26=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B1271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1271A is #4ED8E5. Grayscale: #4E4E4E. Windows color (decimal): -5167334 or 1714097. OLE color: 1714097.

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

Color convert

RGB 177 39 26 -
CMYK 0 0.78 0.85 0.31
HSL 5.17º 0.74% 0.4% -
HSV(B) 5.17º 0.85% 0.69% -
XYZ 19.04 10.87 2.07 -
YUV 78.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 177 39 26 0 0.78 0.85 0.31 5.17 0.74 0.4
Hex B1 27 1A 0 4E 55 1F 5 4A 28
Octal 261 47 32 0 116 125 37 5 112 50
Binary 10110001 100111 11010 0 1001110 1010101 11111 101 1001010 101000

Color Harmonies of #B1271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1271A

Black with #B1271A

Text Example


Text Example

White with #B1271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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