Html Css Color HEX #B82914 Fire Brick

📋 copy color: '#B82914'

red 184 ◦ green 41 ◦ blue 20

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

Shades of Fire Brick #B82914

Tints of Fire Brick #B82914

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.73%

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 75.1%
G = 16.73%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B82914 (or 0xB82914) is known color: Fire Brick. HEX triplet: B8, 29 and 14. RGB value is (184,41,20). Sum of RGB (Red+Green+Blue) = 184+41+20=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B82914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82914 is #47D6EB. Grayscale: #515151. Windows color (decimal): -4708076 or 1321400. OLE color: 1321400.

HSL color Cylindrical-coordinate representation of color #B82914: hue angle of 7.68º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B82914 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 41 20 -
CMYK 0 0.78 0.89 0.28
HSL 7.68º 0.8% 0.4% -
HSV(B) 7.68º 0.89% 0.72% -
XYZ 20.69 11.83 1.85 -
YUV 81.36 93.38 201.21 -
System Red Green Blue C M Y K H S L
Decimal 184 41 20 0 0.78 0.89 0.28 7.68 0.8 0.4
Hex B8 29 14 0 4E 59 1C 8 50 28
Octal 270 51 24 0 116 131 34 10 120 50
Binary 10111000 101001 10100 0 1001110 1011001 11100 1000 1010000 101000

Color Harmonies of #B82914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82914

Black with #B82914

Text Example


Text Example

White with #B82914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82914; }

 p { color: rgb(184,41,20); }

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

background-color css

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

 a { background-color: rgb(184,41,20); }

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

border-color css

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

 span { border-color: rgb(184,41,20); }

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