Html Css Color HEX #B82E1C Fire Brick

📋 copy color: '#B82E1C'

red 184 ◦ green 46 ◦ blue 28

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

Shades of Fire Brick #B82E1C

Tints of Fire Brick #B82E1C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.83%

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

R = 71.32%
G = 17.83%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B82E1C (or 0xB82E1C) is known color: Fire Brick. HEX triplet: B8, 2E and 1C. RGB value is (184,46,28). Sum of RGB (Red+Green+Blue) = 184+46+28=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82E1C is #47D1E3. Grayscale: #555555. Windows color (decimal): -4706788 or 1846968. OLE color: 1846968.

HSL color Cylindrical-coordinate representation of color #B82E1C: hue angle of 6.92º 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 #B82E1C is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 46 28 -
CMYK 0 0.75 0.85 0.28
HSL 6.92º 0.74% 0.42% -
HSV(B) 6.92º 0.85% 0.72% -
XYZ 20.95 12.23 2.35 -
YUV 85.21 95.72 198.46 -
System Red Green Blue C M Y K H S L
Decimal 184 46 28 0 0.75 0.85 0.28 6.92 0.74 0.42
Hex B8 2E 1C 0 4B 55 1C 7 4A 2A
Octal 270 56 34 0 113 125 34 7 112 52
Binary 10111000 101110 11100 0 1001011 1010101 11100 111 1001010 101010

Color Harmonies of #B82E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82E1C

Black with #B82E1C

Text Example


Text Example

White with #B82E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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