Html Css Color HEX #B1261E Fire Brick

📋 copy color: '#B1261E'

red 177 ◦ green 38 ◦ blue 30

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

Shades of Fire Brick #B1261E

Tints of Fire Brick #B1261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.24%

R = 72.24%
G = 15.51%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1261E (or 0xB1261E) is known color: Fire Brick. HEX triplet: B1, 26 and 1E. RGB value is (177,38,30). Sum of RGB (Red+Green+Blue) = 177+38+30=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B1261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1261E is #4ED9E1. Grayscale: #4E4E4E. Windows color (decimal): -5167586 or 1975985. OLE color: 1975985.

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

Color convert

RGB 177 38 30 -
CMYK 0 0.79 0.83 0.31
HSL 3.27º 0.71% 0.41% -
HSV(B) 3.27º 0.83% 0.69% -
XYZ 19.06 10.83 2.31 -
YUV 78.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 177 38 30 0 0.79 0.83 0.31 3.27 0.71 0.41
Hex B1 26 1E 0 4F 53 1F 3 47 29
Octal 261 46 36 0 117 123 37 3 107 51
Binary 10110001 100110 11110 0 1001111 1010011 11111 11 1000111 101001

Color Harmonies of #B1261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1261E

Black with #B1261E

Text Example


Text Example

White with #B1261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1261E; }

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

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

background-color css

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

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

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

border-color css

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

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

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