Html Css Color HEX #B0261F Fire Brick

📋 copy color: '#B0261F'

red 176 ◦ green 38 ◦ blue 31

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

Shades of Fire Brick #B0261F

Tints of Fire Brick #B0261F

RGB

 RED value IS 176 (69.14% from 255) = 71.84%

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

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 71.84%
G = 15.51%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B0261F (or 0xB0261F) is known color: Fire Brick. HEX triplet: B0, 26 and 1F. RGB value is (176,38,31). Sum of RGB (Red+Green+Blue) = 176+38+31=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B0261F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0261F is #4FD9E0. Grayscale: #4E4E4E. Windows color (decimal): -5233121 or 2041520. OLE color: 2041520.

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

Color convert

RGB 176 38 31 -
CMYK 0 0.78 0.82 0.31
HSL 2.9º 0.7% 0.41% -
HSV(B) 2.9º 0.82% 0.69% -
XYZ 18.84 10.72 2.37 -
YUV 78.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 176 38 31 0 0.78 0.82 0.31 2.9 0.7 0.41
Hex B0 26 1F 0 4E 52 1F 3 46 29
Octal 260 46 37 0 116 122 37 3 106 51
Binary 10110000 100110 11111 0 1001110 1010010 11111 11 1000110 101001

Color Harmonies of #B0261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0261F

Black with #B0261F

Text Example


Text Example

White with #B0261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0261F; }

 p { color: rgb(176,38,31); }

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

background-color css

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

 a { background-color: rgb(176,38,31); }

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

border-color css

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

 span { border-color: rgb(176,38,31); }

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