Html Css Color HEX #B82D1B Fire Brick

📋 copy color: '#B82D1B'

red 184 ◦ green 45 ◦ blue 27

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

Shades of Fire Brick #B82D1B

Tints of Fire Brick #B82D1B

RGB

 RED value IS 184 (72.27% from 255) = 71.88%

 GREEN value IS 45 (17.97% from 255) = 17.58%

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

R = 71.88%
G = 17.58%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B82D1B (or 0xB82D1B) is known color: Fire Brick. HEX triplet: B8, 2D and 1B. RGB value is (184,45,27). Sum of RGB (Red+Green+Blue) = 184+45+27=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82D1B is #47D2E4. Grayscale: #545454. Windows color (decimal): -4707045 or 1781176. OLE color: 1781176.

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

Color convert

RGB 184 45 27 -
CMYK 0 0.76 0.85 0.28
HSL 6.88º 0.74% 0.41% -
HSV(B) 6.88º 0.85% 0.72% -
XYZ 20.9 12.15 2.28 -
YUV 84.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 184 45 27 0 0.76 0.85 0.28 6.88 0.74 0.41
Hex B8 2D 1B 0 4C 55 1C 7 4A 29
Octal 270 55 33 0 114 125 34 7 112 51
Binary 10111000 101101 11011 0 1001100 1010101 11100 111 1001010 101001

Color Harmonies of #B82D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82D1B

Black with #B82D1B

Text Example


Text Example

White with #B82D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82D1B; }

 p { color: rgb(184,45,27); }

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

background-color css

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

 a { background-color: rgb(184,45,27); }

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

border-color css

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

 span { border-color: rgb(184,45,27); }

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