Html Css Color HEX #B0291B Fire Brick

📋 copy color: '#B0291B'

red 176 ◦ green 41 ◦ blue 27

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

Shades of Fire Brick #B0291B

Tints of Fire Brick #B0291B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.07%

R = 72.13%
G = 16.8%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0291B (or 0xB0291B) is known color: Fire Brick. HEX triplet: B0, 29 and 1B. RGB value is (176,41,27). Sum of RGB (Red+Green+Blue) = 176+41+27=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B0291B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0291B is #4FD6E4. Grayscale: #4F4F4F. Windows color (decimal): -5232357 or 1780144. OLE color: 1780144.

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

Color convert

RGB 176 41 27 -
CMYK 0 0.77 0.85 0.31
HSL 5.64º 0.73% 0.4% -
HSV(B) 5.64º 0.85% 0.69% -
XYZ 18.9 10.9 2.14 -
YUV 79.77 98.23 196.64 -
System Red Green Blue C M Y K H S L
Decimal 176 41 27 0 0.77 0.85 0.31 5.64 0.73 0.4
Hex B0 29 1B 0 4D 55 1F 6 49 28
Octal 260 51 33 0 115 125 37 6 111 50
Binary 10110000 101001 11011 0 1001101 1010101 11111 110 1001001 101000

Color Harmonies of #B0291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0291B

Black with #B0291B

Text Example


Text Example

White with #B0291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0291B; }

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

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

background-color css

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

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

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

border-color css

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

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

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