Html Css Color HEX #B7291C Fire Brick

📋 copy color: '#B7291C'

red 183 ◦ green 41 ◦ blue 28

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

Shades of Fire Brick #B7291C

Tints of Fire Brick #B7291C

RGB

 RED value IS 183 (71.88% from 255) = 72.62%

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

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

R = 72.62%
G = 16.27%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7291C (or 0xB7291C) is known color: Fire Brick. HEX triplet: B7, 29 and 1C. RGB value is (183,41,28). Sum of RGB (Red+Green+Blue) = 183+41+28=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B7291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7291C is #48D6E3. Grayscale: #525252. Windows color (decimal): -4773604 or 1845687. OLE color: 1845687.

HSL color Cylindrical-coordinate representation of color #B7291C: hue angle of 5.03º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7291C is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 41 28 -
CMYK 0 0.78 0.85 0.28
HSL 5.03º 0.73% 0.41% -
HSV(B) 5.03º 0.85% 0.72% -
XYZ 20.53 11.74 2.28 -
YUV 81.98 97.54 200.06 -
System Red Green Blue C M Y K H S L
Decimal 183 41 28 0 0.78 0.85 0.28 5.03 0.73 0.41
Hex B7 29 1C 0 4E 55 1C 5 49 29
Octal 267 51 34 0 116 125 34 5 111 51
Binary 10110111 101001 11100 0 1001110 1010101 11100 101 1001001 101001

Color Harmonies of #B7291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7291C

Black with #B7291C

Text Example


Text Example

White with #B7291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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