Html Css Color HEX #B3291C Fire Brick

📋 copy color: '#B3291C'

red 179 ◦ green 41 ◦ blue 28

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

Shades of Fire Brick #B3291C

Tints of Fire Brick #B3291C

RGB

 RED value IS 179 (70.31% from 255) = 72.18%

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

 BLUE value IS 28 (11.33% from 255) = 11.29%

R = 72.18%
G = 16.53%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3291C (or 0xB3291C) is known color: Fire Brick. HEX triplet: B3, 29 and 1C. RGB value is (179,41,28). Sum of RGB (Red+Green+Blue) = 179+41+28=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B3291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3291C is #4CD6E3. Grayscale: #505050. Windows color (decimal): -5035748 or 1845683. OLE color: 1845683.

HSL color Cylindrical-coordinate representation of color #B3291C: hue angle of 5.17º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3291C is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 41 28 -
CMYK 0 0.77 0.84 0.30
HSL 5.17º 0.73% 0.41% -
HSV(B) 5.17º 0.84% 0.7% -
XYZ 19.59 11.25 2.24 -
YUV 80.78 98.22 198.06 -
System Red Green Blue C M Y K H S L
Decimal 179 41 28 0 0.77 0.84 0.30 5.17 0.73 0.41
Hex B3 29 1C 0 4D 54 1E 5 49 29
Octal 263 51 34 0 115 124 36 5 111 51
Binary 10110011 101001 11100 0 1001101 1010100 11110 101 1001001 101001

Color Harmonies of #B3291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3291C

Black with #B3291C

Text Example


Text Example

White with #B3291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3291C; }

 p { color: rgb(179,41,28); }

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

background-color css

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

 a { background-color: rgb(179,41,28); }

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

border-color css

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

 span { border-color: rgb(179,41,28); }

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