Html Css Color HEX #B6291A Fire Brick

📋 copy color: '#B6291A'

red 182 ◦ green 41 ◦ blue 26

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

Shades of Fire Brick #B6291A

Tints of Fire Brick #B6291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.47%

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

R = 73.09%
G = 16.47%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B6291A (or 0xB6291A) is known color: Fire Brick. HEX triplet: B6, 29 and 1A. RGB value is (182,41,26). Sum of RGB (Red+Green+Blue) = 182+41+26=249 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.09% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 182 - color contains mainly: red. Hex color #B6291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6291A is #49D6E5. Grayscale: #515151. Windows color (decimal): -4839142 or 1714614. OLE color: 1714614.

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

Color convert

RGB 182 41 26 -
CMYK 0 0.77 0.86 0.29
HSL 5.77º 0.75% 0.41% -
HSV(B) 5.77º 0.86% 0.71% -
XYZ 20.27 11.61 2.15 -
YUV 81.45 96.71 199.72 -
System Red Green Blue C M Y K H S L
Decimal 182 41 26 0 0.77 0.86 0.29 5.77 0.75 0.41
Hex B6 29 1A 0 4D 56 1D 6 4B 29
Octal 266 51 32 0 115 126 35 6 113 51
Binary 10110110 101001 11010 0 1001101 1010110 11101 110 1001011 101001

Color Harmonies of #B6291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6291A

Black with #B6291A

Text Example


Text Example

White with #B6291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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