Html Css Color HEX #B6200B Fire Brick

📋 copy color: '#B6200B'

red 182 ◦ green 32 ◦ blue 11

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

Shades of Fire Brick #B6200B

Tints of Fire Brick #B6200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.89%

R = 80.89%
G = 14.22%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B6200B (or 0xB6200B) is known color: Fire Brick. HEX triplet: B6, 20 and 0B. RGB value is (182,32,11). Sum of RGB (Red+Green+Blue) = 182+32+11=225 (29% of max value = 765). Red value is 182 (71.48% from 255 or 80.89% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 182 - color contains mainly: red. Hex color #B6200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6200B is #49DFF4. Grayscale: #4A4A4A. Windows color (decimal): -4841461 or 729270. OLE color: 729270.

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

Color convert

RGB 182 32 11 -
CMYK 0 0.82 0.94 0.29
HSL 7.37º 0.89% 0.38% -
HSV(B) 7.37º 0.94% 0.71% -
XYZ 19.87 11 1.39 -
YUV 74.46 92.2 204.71 -
System Red Green Blue C M Y K H S L
Decimal 182 32 11 0 0.82 0.94 0.29 7.37 0.89 0.38
Hex B6 20 B 0 52 5E 1D 7 59 26
Octal 266 40 13 0 122 136 35 7 131 46
Binary 10110110 100000 1011 0 1010010 1011110 11101 111 1011001 100110

Color Harmonies of #B6200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6200B

Black with #B6200B

Text Example


Text Example

White with #B6200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6200B; }

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

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

background-color css

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

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

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

border-color css

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

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

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