Html Css Color HEX #B0260F Fire Brick

📋 copy color: '#B0260F'

red 176 ◦ green 38 ◦ blue 15

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

Shades of Fire Brick #B0260F

Tints of Fire Brick #B0260F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 76.86%
G = 16.59%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B0260F (or 0xB0260F) is known color: Fire Brick. HEX triplet: B0, 26 and 0F. RGB value is (176,38,15). Sum of RGB (Red+Green+Blue) = 176+38+15=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B0260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0260F is #4FD9F0. Grayscale: #4C4C4C. Windows color (decimal): -5233137 or 992944. OLE color: 992944.

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

Color convert

RGB 176 38 15 -
CMYK 0 0.78 0.91 0.31
HSL 8.57º 0.84% 0.37% -
HSV(B) 8.57º 0.91% 0.69% -
XYZ 18.68 10.65 1.52 -
YUV 76.64 93.22 198.87 -
System Red Green Blue C M Y K H S L
Decimal 176 38 15 0 0.78 0.91 0.31 8.57 0.84 0.37
Hex B0 26 F 0 4E 5B 1F 9 54 25
Octal 260 46 17 0 116 133 37 11 124 45
Binary 10110000 100110 1111 0 1001110 1011011 11111 1001 1010100 100101

Color Harmonies of #B0260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0260F

Black with #B0260F

Text Example


Text Example

White with #B0260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0260F; }

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

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

background-color css

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

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

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

border-color css

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

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

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