Html Css Color HEX #B92814 Fire Brick

📋 copy color: '#B92814'

red 185 ◦ green 40 ◦ blue 20

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

Shades of Fire Brick #B92814

Tints of Fire Brick #B92814

RGB

 RED value IS 185 (72.66% from 255) = 75.51%

 GREEN value IS 40 (16.02% from 255) = 16.33%

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

R = 75.51%
G = 16.33%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B92814 (or 0xB92814) is known color: Fire Brick. HEX triplet: B9, 28 and 14. RGB value is (185,40,20). Sum of RGB (Red+Green+Blue) = 185+40+20=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B92814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92814 is #46D7EB. Grayscale: #515151. Windows color (decimal): -4642796 or 1321145. OLE color: 1321145.

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

Color convert

RGB 185 40 20 -
CMYK 0 0.78 0.89 0.27
HSL 7.27º 0.8% 0.4% -
HSV(B) 7.27º 0.89% 0.73% -
XYZ 20.89 11.88 1.85 -
YUV 81.08 93.54 202.13 -
System Red Green Blue C M Y K H S L
Decimal 185 40 20 0 0.78 0.89 0.27 7.27 0.8 0.4
Hex B9 28 14 0 4E 59 1B 7 50 28
Octal 271 50 24 0 116 131 33 7 120 50
Binary 10111001 101000 10100 0 1001110 1011001 11011 111 1010000 101000

Color Harmonies of #B92814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92814

Black with #B92814

Text Example


Text Example

White with #B92814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92814; }

 p { color: rgb(185,40,20); }

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

background-color css

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

 a { background-color: rgb(185,40,20); }

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

border-color css

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

 span { border-color: rgb(185,40,20); }

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