Html Css Color HEX #B1261C Fire Brick

📋 copy color: '#B1261C'

red 177 ◦ green 38 ◦ blue 28

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

Shades of Fire Brick #B1261C

Tints of Fire Brick #B1261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.64%

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

R = 72.84%
G = 15.64%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1261C (or 0xB1261C) is known color: Fire Brick. HEX triplet: B1, 26 and 1C. RGB value is (177,38,28). Sum of RGB (Red+Green+Blue) = 177+38+28=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B1261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1261C is #4ED9E3. Grayscale: #4E4E4E. Windows color (decimal): -5167588 or 1844913. OLE color: 1844913.

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

Color convert

RGB 177 38 28 -
CMYK 0 0.79 0.84 0.31
HSL 4.03º 0.73% 0.4% -
HSV(B) 4.03º 0.84% 0.69% -
XYZ 19.03 10.82 2.18 -
YUV 78.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 177 38 28 0 0.79 0.84 0.31 4.03 0.73 0.4
Hex B1 26 1C 0 4F 54 1F 4 49 28
Octal 261 46 34 0 117 124 37 4 111 50
Binary 10110001 100110 11100 0 1001111 1010100 11111 100 1001001 101000

Color Harmonies of #B1261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1261C

Black with #B1261C

Text Example


Text Example

White with #B1261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1261C; }

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

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

background-color css

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

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

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

border-color css

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

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

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