Html Css Color HEX #B0291E Fire Brick

📋 copy color: '#B0291E'

red 176 ◦ green 41 ◦ blue 30

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

Shades of Fire Brick #B0291E

Tints of Fire Brick #B0291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.15%

R = 71.26%
G = 16.6%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0291E (or 0xB0291E) is known color: Fire Brick. HEX triplet: B0, 29 and 1E. RGB value is (176,41,30). Sum of RGB (Red+Green+Blue) = 176+41+30=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B0291E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0291E is #4FD6E1. Grayscale: #505050. Windows color (decimal): -5232354 or 1976752. OLE color: 1976752.

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

Color convert

RGB 176 41 30 -
CMYK 0 0.77 0.83 0.31
HSL 4.52º 0.71% 0.4% -
HSV(B) 4.52º 0.83% 0.69% -
XYZ 18.93 10.91 2.34 -
YUV 80.11 99.73 196.39 -
System Red Green Blue C M Y K H S L
Decimal 176 41 30 0 0.77 0.83 0.31 4.52 0.71 0.4
Hex B0 29 1E 0 4D 53 1F 5 47 28
Octal 260 51 36 0 115 123 37 5 107 50
Binary 10110000 101001 11110 0 1001101 1010011 11111 101 1000111 101000

Color Harmonies of #B0291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0291E

Black with #B0291E

Text Example


Text Example

White with #B0291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0291E; }

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

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

background-color css

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

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

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

border-color css

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

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

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