Html Css Color HEX #B6301B Fire Brick

📋 copy color: '#B6301B'

red 182 ◦ green 48 ◦ blue 27

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

Shades of Fire Brick #B6301B

Tints of Fire Brick #B6301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.68%

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 70.82%
G = 18.68%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6301B (or 0xB6301B) is known color: Fire Brick. HEX triplet: B6, 30 and 1B. RGB value is (182,48,27). Sum of RGB (Red+Green+Blue) = 182+48+27=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B6301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6301B is #49CFE4. Grayscale: #555555. Windows color (decimal): -4837349 or 1781942. OLE color: 1781942.

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

Color convert

RGB 182 48 27 -
CMYK 0 0.74 0.85 0.29
HSL 8.13º 0.74% 0.41% -
HSV(B) 8.13º 0.85% 0.71% -
XYZ 20.55 12.14 2.3 -
YUV 85.67 94.89 196.71 -
System Red Green Blue C M Y K H S L
Decimal 182 48 27 0 0.74 0.85 0.29 8.13 0.74 0.41
Hex B6 30 1B 0 4A 55 1D 8 4A 29
Octal 266 60 33 0 112 125 35 10 112 51
Binary 10110110 110000 11011 0 1001010 1010101 11101 1000 1001010 101001

Color Harmonies of #B6301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6301B

Black with #B6301B

Text Example


Text Example

White with #B6301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6301B; }

 p { color: rgb(182,48,27); }

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

background-color css

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

 a { background-color: rgb(182,48,27); }

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

border-color css

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

 span { border-color: rgb(182,48,27); }

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