Html Css Color HEX #B7220B Fire Brick

📋 copy color: '#B7220B'

red 183 ◦ green 34 ◦ blue 11

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

Shades of Fire Brick #B7220B

Tints of Fire Brick #B7220B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.91%

 BLUE value IS 11 (4.69% from 255) = 4.82%

R = 80.26%
G = 14.91%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B7220B (or 0xB7220B) is known color: Fire Brick. HEX triplet: B7, 22 and 0B. RGB value is (183,34,11). Sum of RGB (Red+Green+Blue) = 183+34+11=228 (30% of max value = 765). Red value is 183 (71.88% from 255 or 80.26% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 183 - color contains mainly: red. Hex color #B7220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7220B is #48DDF4. Grayscale: #4C4C4C. Windows color (decimal): -4775413 or 729783. OLE color: 729783.

HSL color Cylindrical-coordinate representation of color #B7220B: hue angle of 8.02º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7220B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 34 11 -
CMYK 0 0.81 0.94 0.28
HSL 8.02º 0.89% 0.38% -
HSV(B) 8.02º 0.94% 0.72% -
XYZ 20.16 11.24 1.42 -
YUV 75.93 91.36 204.37 -
System Red Green Blue C M Y K H S L
Decimal 183 34 11 0 0.81 0.94 0.28 8.02 0.89 0.38
Hex B7 22 B 0 51 5E 1C 8 59 26
Octal 267 42 13 0 121 136 34 10 131 46
Binary 10110111 100010 1011 0 1010001 1011110 11100 1000 1011001 100110

Color Harmonies of #B7220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7220B

Black with #B7220B

Text Example


Text Example

White with #B7220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7220B; }

 p { color: rgb(183,34,11); }

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

background-color css

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

 a { background-color: rgb(183,34,11); }

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

border-color css

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

 span { border-color: rgb(183,34,11); }

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