Html Css Color HEX #B0290E Fire Brick

📋 copy color: '#B0290E'

red 176 ◦ green 41 ◦ blue 14

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

Shades of Fire Brick #B0290E

Tints of Fire Brick #B0290E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.06%

R = 76.19%
G = 17.75%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0290E (or 0xB0290E) is known color: Fire Brick. HEX triplet: B0, 29 and 0E. RGB value is (176,41,14). Sum of RGB (Red+Green+Blue) = 176+41+14=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B0290E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0290E is #4FD6F1. Grayscale: #4E4E4E. Windows color (decimal): -5232370 or 928176. OLE color: 928176.

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

Color convert

RGB 176 41 14 -
CMYK 0 0.77 0.92 0.31
HSL 10º 0.85% 0.37% -
HSV(B) 10º 0.92% 0.69% -
XYZ 18.78 10.85 1.52 -
YUV 78.29 91.73 197.7 -
System Red Green Blue C M Y K H S L
Decimal 176 41 14 0 0.77 0.92 0.31 10 0.85 0.37
Hex B0 29 E 0 4D 5C 1F A 55 25
Octal 260 51 16 0 115 134 37 12 125 45
Binary 10110000 101001 1110 0 1001101 1011100 11111 1010 1010101 100101

Color Harmonies of #B0290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0290E

Black with #B0290E

Text Example


Text Example

White with #B0290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0290E; }

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

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

background-color css

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

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

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

border-color css

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

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

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