Html Css Color HEX #B92513 Fire Brick

📋 copy color: '#B92513'

red 185 ◦ green 37 ◦ blue 19

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

Shades of Fire Brick #B92513

Tints of Fire Brick #B92513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

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

R = 76.76%
G = 15.35%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B92513 (or 0xB92513) is known color: Fire Brick. HEX triplet: B9, 25 and 13. RGB value is (185,37,19). Sum of RGB (Red+Green+Blue) = 185+37+19=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B92513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92513 is #46DAEC. Grayscale: #4F4F4F. Windows color (decimal): -4643565 or 1254841. OLE color: 1254841.

HSL color Cylindrical-coordinate representation of color #B92513: hue angle of 6.51º 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 #B92513 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 37 19 -
CMYK 0 0.80 0.90 0.27
HSL 6.51º 0.81% 0.4% -
HSV(B) 6.51º 0.9% 0.73% -
XYZ 20.79 11.68 1.78 -
YUV 79.2 94.03 203.46 -
System Red Green Blue C M Y K H S L
Decimal 185 37 19 0 0.80 0.90 0.27 6.51 0.81 0.4
Hex B9 25 13 0 50 5A 1B 7 51 28
Octal 271 45 23 0 120 132 33 7 121 50
Binary 10111001 100101 10011 0 1010000 1011010 11011 111 1010001 101000

Color Harmonies of #B92513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92513

Black with #B92513

Text Example


Text Example

White with #B92513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92513; }

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

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

background-color css

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

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

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

border-color css

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

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

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