Html Css Color HEX #B1271D Fire Brick

📋 copy color: '#B1271D'

red 177 ◦ green 39 ◦ blue 29

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

Shades of Fire Brick #B1271D

Tints of Fire Brick #B1271D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 72.24%
G = 15.92%
B = 11.84%

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

#B1271D (or 0xB1271D) is known color: Fire Brick. HEX triplet: B1, 27 and 1D. RGB value is (177,39,29). Sum of RGB (Red+Green+Blue) = 177+39+29=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B1271D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1271D is #4ED8E2. Grayscale: #4F4F4F. Windows color (decimal): -5167331 or 1910705. OLE color: 1910705.

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

Color convert

RGB 177 39 29 -
CMYK 0 0.78 0.84 0.31
HSL 4.05º 0.72% 0.4% -
HSV(B) 4.05º 0.84% 0.69% -
XYZ 19.08 10.89 2.26 -
YUV 79.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 177 39 29 0 0.78 0.84 0.31 4.05 0.72 0.4
Hex B1 27 1D 0 4E 54 1F 4 48 28
Octal 261 47 35 0 116 124 37 4 110 50
Binary 10110001 100111 11101 0 1001110 1010100 11111 100 1001000 101000

Color Harmonies of #B1271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1271D

Black with #B1271D

Text Example


Text Example

White with #B1271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1271D; }

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

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

background-color css

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

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

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

border-color css

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

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

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