Html Css Color HEX #B0260B Fire Brick

📋 copy color: '#B0260B'

red 176 ◦ green 38 ◦ blue 11

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

Shades of Fire Brick #B0260B

Tints of Fire Brick #B0260B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.89%

R = 78.22%
G = 16.89%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0260B (or 0xB0260B) is known color: Fire Brick. HEX triplet: B0, 26 and 0B. RGB value is (176,38,11). Sum of RGB (Red+Green+Blue) = 176+38+11=225 (29% of max value = 765). Red value is 176 (69.14% from 255 or 78.22% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 176 - color contains mainly: red. Hex color #B0260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0260B is #4FD9F4. Grayscale: #4C4C4C. Windows color (decimal): -5233141 or 730800. OLE color: 730800.

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

Color convert

RGB 176 38 11 -
CMYK 0 0.78 0.94 0.31
HSL 9.82º 0.88% 0.37% -
HSV(B) 9.82º 0.94% 0.69% -
XYZ 18.66 10.64 1.39 -
YUV 76.18 91.22 199.2 -
System Red Green Blue C M Y K H S L
Decimal 176 38 11 0 0.78 0.94 0.31 9.82 0.88 0.37
Hex B0 26 B 0 4E 5E 1F A 58 25
Octal 260 46 13 0 116 136 37 12 130 45
Binary 10110000 100110 1011 0 1001110 1011110 11111 1010 1011000 100101

Color Harmonies of #B0260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0260B

Black with #B0260B

Text Example


Text Example

White with #B0260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0260B; }

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

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

background-color css

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

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

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

border-color css

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

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

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