Html Css Color HEX #B7211E Fire Brick

📋 copy color: '#B7211E'

red 183 ◦ green 33 ◦ blue 30

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

Shades of Fire Brick #B7211E

Tints of Fire Brick #B7211E

RGB

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

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

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

R = 74.39%
G = 13.41%
B = 12.2%

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

#B7211E (or 0xB7211E) is known color: Fire Brick. HEX triplet: B7, 21 and 1E. RGB value is (183,33,30). Sum of RGB (Red+Green+Blue) = 183+33+30=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B7211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7211E is #48DEE1. Grayscale: #4D4D4D. Windows color (decimal): -4775650 or 1974711. OLE color: 1974711.

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

Color convert

RGB 183 33 30 -
CMYK 0 0.82 0.84 0.28
HSL 1.18º 0.72% 0.42% -
HSV(B) 1.18º 0.84% 0.72% -
XYZ 20.31 11.25 2.33 -
YUV 77.51 101.2 203.24 -
System Red Green Blue C M Y K H S L
Decimal 183 33 30 0 0.82 0.84 0.28 1.18 0.72 0.42
Hex B7 21 1E 0 52 54 1C 1 48 2A
Octal 267 41 36 0 122 124 34 1 110 52
Binary 10110111 100001 11110 0 1010010 1010100 11100 1 1001000 101010

Color Harmonies of #B7211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7211E

Black with #B7211E

Text Example


Text Example

White with #B7211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7211E; }

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

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

background-color css

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

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

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

border-color css

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

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

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