Html Css Color HEX #B92519 Fire Brick

📋 copy color: '#B92519'

red 185 ◦ green 37 ◦ blue 25

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

Shades of Fire Brick #B92519

Tints of Fire Brick #B92519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 74.9%
G = 14.98%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B92519 (or 0xB92519) is known color: Fire Brick. HEX triplet: B9, 25 and 19. RGB value is (185,37,25). Sum of RGB (Red+Green+Blue) = 185+37+25=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B92519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92519 is #46DAE6. Grayscale: #505050. Windows color (decimal): -4643559 or 1648057. OLE color: 1648057.

HSL color Cylindrical-coordinate representation of color #B92519: hue angle of 4.5º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B92519 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 37 25 -
CMYK 0 0.80 0.86 0.27
HSL 4.5º 0.76% 0.41% -
HSV(B) 4.5º 0.86% 0.73% -
XYZ 20.84 11.71 2.08 -
YUV 79.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 185 37 25 0 0.80 0.86 0.27 4.5 0.76 0.41
Hex B9 25 19 0 50 56 1B 4 4C 29
Octal 271 45 31 0 120 126 33 4 114 51
Binary 10111001 100101 11001 0 1010000 1010110 11011 100 1001100 101001

Color Harmonies of #B92519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92519

Black with #B92519

Text Example


Text Example

White with #B92519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92519; }

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

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

background-color css

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

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

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

border-color css

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

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

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