Html Css Color HEX #B82D1C Fire Brick

📋 copy color: '#B82D1C'

red 184 ◦ green 45 ◦ blue 28

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

Shades of Fire Brick #B82D1C

Tints of Fire Brick #B82D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 71.6%
G = 17.51%
B = 10.89%

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

#B82D1C (or 0xB82D1C) is known color: Fire Brick. HEX triplet: B8, 2D and 1C. RGB value is (184,45,28). Sum of RGB (Red+Green+Blue) = 184+45+28=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82D1C is #47D2E3. Grayscale: #545454. Windows color (decimal): -4707044 or 1846712. OLE color: 1846712.

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

Color convert

RGB 184 45 28 -
CMYK 0 0.76 0.85 0.28
HSL 6.54º 0.74% 0.42% -
HSV(B) 6.54º 0.85% 0.72% -
XYZ 20.92 12.15 2.34 -
YUV 84.62 96.05 198.88 -
System Red Green Blue C M Y K H S L
Decimal 184 45 28 0 0.76 0.85 0.28 6.54 0.74 0.42
Hex B8 2D 1C 0 4C 55 1C 7 4A 2A
Octal 270 55 34 0 114 125 34 7 112 52
Binary 10111000 101101 11100 0 1001100 1010101 11100 111 1001010 101010

Color Harmonies of #B82D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82D1C

Black with #B82D1C

Text Example


Text Example

White with #B82D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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