Html Css Color HEX #B6220E Fire Brick

📋 copy color: '#B6220E'

red 182 ◦ green 34 ◦ blue 14

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

Shades of Fire Brick #B6220E

Tints of Fire Brick #B6220E

RGB

 RED value IS 182 (71.48% from 255) = 79.13%

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

 BLUE value IS 14 (5.86% from 255) = 6.09%

R = 79.13%
G = 14.78%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B6220E (or 0xB6220E) is known color: Fire Brick. HEX triplet: B6, 22 and 0E. RGB value is (182,34,14). Sum of RGB (Red+Green+Blue) = 182+34+14=230 (30% of max value = 765). Red value is 182 (71.48% from 255 or 79.13% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 182 - color contains mainly: red. Hex color #B6220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6220E is #49DDF1. Grayscale: #4C4C4C. Windows color (decimal): -4840946 or 926390. OLE color: 926390.

HSL color Cylindrical-coordinate representation of color #B6220E: hue angle of 7.14º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6220E is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 34 14 -
CMYK 0 0.81 0.92 0.29
HSL 7.14º 0.86% 0.38% -
HSV(B) 7.14º 0.92% 0.71% -
XYZ 19.94 11.12 1.51 -
YUV 75.97 93.03 203.63 -
System Red Green Blue C M Y K H S L
Decimal 182 34 14 0 0.81 0.92 0.29 7.14 0.86 0.38
Hex B6 22 E 0 51 5C 1D 7 56 26
Octal 266 42 16 0 121 134 35 7 126 46
Binary 10110110 100010 1110 0 1010001 1011100 11101 111 1010110 100110

Color Harmonies of #B6220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6220E

Black with #B6220E

Text Example


Text Example

White with #B6220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6220E; }

 p { color: rgb(182,34,14); }

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

background-color css

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

 a { background-color: rgb(182,34,14); }

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

border-color css

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

 span { border-color: rgb(182,34,14); }

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