Html Css Color HEX #B6201F Fire Brick

📋 copy color: '#B6201F'

red 182 ◦ green 32 ◦ blue 31

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

Shades of Fire Brick #B6201F

Tints of Fire Brick #B6201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.06%

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 74.29%
G = 13.06%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B6201F (or 0xB6201F) is known color: Fire Brick. HEX triplet: B6, 20 and 1F. RGB value is (182,32,31). Sum of RGB (Red+Green+Blue) = 182+32+31=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B6201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6201F is #49DFE0. Grayscale: #4C4C4C. Windows color (decimal): -4841441 or 2039990. OLE color: 2039990.

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

Color convert

RGB 182 32 31 -
CMYK 0 0.82 0.83 0.29
HSL 0.4º 0.71% 0.42% -
HSV(B) 0.4º 0.83% 0.71% -
XYZ 20.06 11.08 2.38 -
YUV 76.74 102.2 203.08 -
System Red Green Blue C M Y K H S L
Decimal 182 32 31 0 0.82 0.83 0.29 0.4 0.71 0.42
Hex B6 20 1F 0 52 53 1D 0 47 2A
Octal 266 40 37 0 122 123 35 0 107 52
Binary 10110110 100000 11111 0 1010010 1010011 11101 0 1000111 101010

Color Harmonies of #B6201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6201F

Black with #B6201F

Text Example


Text Example

White with #B6201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6201F; }

 p { color: rgb(182,32,31); }

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

background-color css

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

 a { background-color: rgb(182,32,31); }

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

border-color css

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

 span { border-color: rgb(182,32,31); }

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