Html Css Color HEX #B92313 Fire Brick

📋 copy color: '#B92313'

red 185 ◦ green 35 ◦ blue 19

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

Shades of Fire Brick #B92313

Tints of Fire Brick #B92313

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.64%

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

R = 77.41%
G = 14.64%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B92313 (or 0xB92313) is known color: Fire Brick. HEX triplet: B9, 23 and 13. RGB value is (185,35,19). Sum of RGB (Red+Green+Blue) = 185+35+19=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B92313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92313 is #46DCEC. Grayscale: #4E4E4E. Windows color (decimal): -4644077 or 1254329. OLE color: 1254329.

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

Color convert

RGB 185 35 19 -
CMYK 0 0.81 0.90 0.27
HSL 5.78º 0.81% 0.4% -
HSV(B) 5.78º 0.9% 0.73% -
XYZ 20.73 11.56 1.76 -
YUV 78.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 185 35 19 0 0.81 0.90 0.27 5.78 0.81 0.4
Hex B9 23 13 0 51 5A 1B 6 51 28
Octal 271 43 23 0 121 132 33 6 121 50
Binary 10111001 100011 10011 0 1010001 1011010 11011 110 1010001 101000

Color Harmonies of #B92313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92313

Black with #B92313

Text Example


Text Example

White with #B92313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92313; }

 p { color: rgb(185,35,19); }

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

background-color css

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

 a { background-color: rgb(185,35,19); }

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

border-color css

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

 span { border-color: rgb(185,35,19); }

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