Html Css Color HEX #B82113 Fire Brick

📋 copy color: '#B82113'

red 184 ◦ green 33 ◦ blue 19

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

Shades of Fire Brick #B82113

Tints of Fire Brick #B82113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.98%

 BLUE value IS 19 (7.81% from 255) = 8.05%

R = 77.97%
G = 13.98%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B82113 (or 0xB82113) is known color: Fire Brick. HEX triplet: B8, 21 and 13. RGB value is (184,33,19). Sum of RGB (Red+Green+Blue) = 184+33+19=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B82113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82113 is #47DEEC. Grayscale: #4C4C4C. Windows color (decimal): -4710125 or 1253816. OLE color: 1253816.

HSL color Cylindrical-coordinate representation of color #B82113: hue angle of 5.09º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B82113 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 33 19 -
CMYK 0 0.82 0.90 0.28
HSL 5.09º 0.81% 0.4% -
HSV(B) 5.09º 0.9% 0.72% -
XYZ 20.43 11.33 1.73 -
YUV 76.55 95.53 204.64 -
System Red Green Blue C M Y K H S L
Decimal 184 33 19 0 0.82 0.90 0.28 5.09 0.81 0.4
Hex B8 21 13 0 52 5A 1C 5 51 28
Octal 270 41 23 0 122 132 34 5 121 50
Binary 10111000 100001 10011 0 1010010 1011010 11100 101 1010001 101000

Color Harmonies of #B82113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82113

Black with #B82113

Text Example


Text Example

White with #B82113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82113; }

 p { color: rgb(184,33,19); }

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

background-color css

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

 a { background-color: rgb(184,33,19); }

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

border-color css

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

 span { border-color: rgb(184,33,19); }

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