Html Css Color HEX #B6201A Fire Brick

📋 copy color: '#B6201A'

red 182 ◦ green 32 ◦ blue 26

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

Shades of Fire Brick #B6201A

Tints of Fire Brick #B6201A

RGB

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

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

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

R = 75.83%
G = 13.33%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B6201A (or 0xB6201A) is known color: Fire Brick. HEX triplet: B6, 20 and 1A. RGB value is (182,32,26). Sum of RGB (Red+Green+Blue) = 182+32+26=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B6201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6201A is #49DFE5. Grayscale: #4C4C4C. Windows color (decimal): -4841446 or 1712310. OLE color: 1712310.

HSL color Cylindrical-coordinate representation of color #B6201A: hue angle of 2.31º 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 #B6201A is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 26 -
CMYK 0 0.82 0.86 0.29
HSL 2.31º 0.75% 0.41% -
HSV(B) 2.31º 0.86% 0.71% -
XYZ 19.99 11.05 2.06 -
YUV 76.17 99.7 203.49 -
System Red Green Blue C M Y K H S L
Decimal 182 32 26 0 0.82 0.86 0.29 2.31 0.75 0.41
Hex B6 20 1A 0 52 56 1D 2 4B 29
Octal 266 40 32 0 122 126 35 2 113 51
Binary 10110110 100000 11010 0 1010010 1010110 11101 10 1001011 101001

Color Harmonies of #B6201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6201A

Black with #B6201A

Text Example


Text Example

White with #B6201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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