Html Css Color HEX #B6221E Fire Brick

📋 copy color: '#B6221E'

red 182 ◦ green 34 ◦ blue 30

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

Shades of Fire Brick #B6221E

Tints of Fire Brick #B6221E

RGB

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

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

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

R = 73.98%
G = 13.82%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B6221E (or 0xB6221E) is known color: Fire Brick. HEX triplet: B6, 22 and 1E. RGB value is (182,34,30). Sum of RGB (Red+Green+Blue) = 182+34+30=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B6221E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6221E is #49DDE1. Grayscale: #4D4D4D. Windows color (decimal): -4840930 or 1974966. OLE color: 1974966.

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

Color convert

RGB 182 34 30 -
CMYK 0 0.81 0.84 0.29
HSL 1.58º 0.72% 0.42% -
HSV(B) 1.58º 0.84% 0.71% -
XYZ 20.1 11.18 2.33 -
YUV 77.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 182 34 30 0 0.81 0.84 0.29 1.58 0.72 0.42
Hex B6 22 1E 0 51 54 1D 2 48 2A
Octal 266 42 36 0 121 124 35 2 110 52
Binary 10110110 100010 11110 0 1010001 1010100 11101 10 1001000 101010

Color Harmonies of #B6221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6221E

Black with #B6221E

Text Example


Text Example

White with #B6221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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