Html Css Color HEX #B6211B Fire Brick

📋 copy color: '#B6211B'

red 182 ◦ green 33 ◦ blue 27

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

Shades of Fire Brick #B6211B

Tints of Fire Brick #B6211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.16%

R = 75.21%
G = 13.64%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6211B (or 0xB6211B) is known color: Fire Brick. HEX triplet: B6, 21 and 1B. RGB value is (182,33,27). Sum of RGB (Red+Green+Blue) = 182+33+27=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B6211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6211B is #49DEE4. Grayscale: #4D4D4D. Windows color (decimal): -4841189 or 1778102. OLE color: 1778102.

HSL color Cylindrical-coordinate representation of color #B6211B: hue angle of 2.32º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6211B is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 33 27 -
CMYK 0 0.82 0.85 0.29
HSL 2.32º 0.74% 0.41% -
HSV(B) 2.32º 0.85% 0.71% -
XYZ 20.03 11.11 2.13 -
YUV 76.87 99.86 202.99 -
System Red Green Blue C M Y K H S L
Decimal 182 33 27 0 0.82 0.85 0.29 2.32 0.74 0.41
Hex B6 21 1B 0 52 55 1D 2 4A 29
Octal 266 41 33 0 122 125 35 2 112 51
Binary 10110110 100001 11011 0 1010010 1010101 11101 10 1001010 101001

Color Harmonies of #B6211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6211B

Black with #B6211B

Text Example


Text Example

White with #B6211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6211B; }

 p { color: rgb(182,33,27); }

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

background-color css

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

 a { background-color: rgb(182,33,27); }

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

border-color css

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

 span { border-color: rgb(182,33,27); }

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