Html Css Color HEX #B0290F Fire Brick

📋 copy color: '#B0290F'

red 176 ◦ green 41 ◦ blue 15

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

Shades of Fire Brick #B0290F

Tints of Fire Brick #B0290F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.67%

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

R = 75.86%
G = 17.67%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B0290F (or 0xB0290F) is known color: Fire Brick. HEX triplet: B0, 29 and 0F. RGB value is (176,41,15). Sum of RGB (Red+Green+Blue) = 176+41+15=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B0290F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0290F is #4FD6F0. Grayscale: #4E4E4E. Windows color (decimal): -5232369 or 993712. OLE color: 993712.

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

Color convert

RGB 176 41 15 -
CMYK 0 0.77 0.91 0.31
HSL 9.69º 0.84% 0.37% -
HSV(B) 9.69º 0.91% 0.69% -
XYZ 18.78 10.85 1.56 -
YUV 78.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 176 41 15 0 0.77 0.91 0.31 9.69 0.84 0.37
Hex B0 29 F 0 4D 5B 1F A 54 25
Octal 260 51 17 0 115 133 37 12 124 45
Binary 10110000 101001 1111 0 1001101 1011011 11111 1010 1010100 100101

Color Harmonies of #B0290F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0290F

Black with #B0290F

Text Example


Text Example

White with #B0290F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0290F; }

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

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

background-color css

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

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

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

border-color css

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

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

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