Html Css Color HEX #B8291E Fire Brick

📋 copy color: '#B8291E'

red 184 ◦ green 41 ◦ blue 30

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

Shades of Fire Brick #B8291E

Tints of Fire Brick #B8291E

RGB

 RED value IS 184 (72.27% from 255) = 72.16%

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

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

R = 72.16%
G = 16.08%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8291E (or 0xB8291E) is known color: Fire Brick. HEX triplet: B8, 29 and 1E. RGB value is (184,41,30). Sum of RGB (Red+Green+Blue) = 184+41+30=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B8291E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8291E is #47D6E1. Grayscale: #525252. Windows color (decimal): -4708066 or 1976760. OLE color: 1976760.

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

Color convert

RGB 184 41 30 -
CMYK 0 0.78 0.84 0.28
HSL 4.29º 0.72% 0.42% -
HSV(B) 4.29º 0.84% 0.72% -
XYZ 20.79 11.87 2.42 -
YUV 82.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 184 41 30 0 0.78 0.84 0.28 4.29 0.72 0.42
Hex B8 29 1E 0 4E 54 1C 4 48 2A
Octal 270 51 36 0 116 124 34 4 110 52
Binary 10111000 101001 11110 0 1001110 1010100 11100 100 1001000 101010

Color Harmonies of #B8291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8291E

Black with #B8291E

Text Example


Text Example

White with #B8291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8291E; }

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

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

background-color css

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

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

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

border-color css

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

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

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