Html Css Color HEX #B6221A Fire Brick

📋 copy color: '#B6221A'

red 182 ◦ green 34 ◦ blue 26

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

Shades of Fire Brick #B6221A

Tints of Fire Brick #B6221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.74%

R = 75.21%
G = 14.05%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B6221A (or 0xB6221A) is known color: Fire Brick. HEX triplet: B6, 22 and 1A. RGB value is (182,34,26). Sum of RGB (Red+Green+Blue) = 182+34+26=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B6221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6221A is #49DDE5. Grayscale: #4D4D4D. Windows color (decimal): -4840934 or 1712822. OLE color: 1712822.

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

Color convert

RGB 182 34 26 -
CMYK 0 0.81 0.86 0.29
HSL 3.08º 0.75% 0.41% -
HSV(B) 3.08º 0.86% 0.71% -
XYZ 20.05 11.16 2.08 -
YUV 77.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 182 34 26 0 0.81 0.86 0.29 3.08 0.75 0.41
Hex B6 22 1A 0 51 56 1D 3 4B 29
Octal 266 42 32 0 121 126 35 3 113 51
Binary 10110110 100010 11010 0 1010001 1010110 11101 11 1001011 101001

Color Harmonies of #B6221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6221A

Black with #B6221A

Text Example


Text Example

White with #B6221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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