Html Css Color HEX #B8211E Fire Brick

📋 copy color: '#B8211E'

red 184 ◦ green 33 ◦ blue 30

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

Shades of Fire Brick #B8211E

Tints of Fire Brick #B8211E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.36%

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

R = 74.49%
G = 13.36%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8211E (or 0xB8211E) is known color: Fire Brick. HEX triplet: B8, 21 and 1E. RGB value is (184,33,30). Sum of RGB (Red+Green+Blue) = 184+33+30=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B8211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8211E is #47DEE1. Grayscale: #4D4D4D. Windows color (decimal): -4710114 or 1974712. OLE color: 1974712.

HSL color Cylindrical-coordinate representation of color #B8211E: hue angle of 1.17º 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 #B8211E is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 33 30 -
CMYK 0 0.82 0.84 0.28
HSL 1.17º 0.72% 0.42% -
HSV(B) 1.17º 0.84% 0.72% -
XYZ 20.55 11.37 2.34 -
YUV 77.81 101.03 203.74 -
System Red Green Blue C M Y K H S L
Decimal 184 33 30 0 0.82 0.84 0.28 1.17 0.72 0.42
Hex B8 21 1E 0 52 54 1C 1 48 2A
Octal 270 41 36 0 122 124 34 1 110 52
Binary 10111000 100001 11110 0 1010010 1010100 11100 1 1001000 101010

Color Harmonies of #B8211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8211E

Black with #B8211E

Text Example


Text Example

White with #B8211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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