Html Css Color HEX #B92518 Fire Brick

📋 copy color: '#B92518'

red 185 ◦ green 37 ◦ blue 24

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

Shades of Fire Brick #B92518

Tints of Fire Brick #B92518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.76%

R = 75.2%
G = 15.04%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B92518 (or 0xB92518) is known color: Fire Brick. HEX triplet: B9, 25 and 18. RGB value is (185,37,24). Sum of RGB (Red+Green+Blue) = 185+37+24=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B92518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92518 is #46DAE7. Grayscale: #4F4F4F. Windows color (decimal): -4643560 or 1582521. OLE color: 1582521.

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

Color convert

RGB 185 37 24 -
CMYK 0 0.80 0.87 0.27
HSL 4.84º 0.77% 0.41% -
HSV(B) 4.84º 0.87% 0.73% -
XYZ 20.83 11.7 2.03 -
YUV 79.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 185 37 24 0 0.80 0.87 0.27 4.84 0.77 0.41
Hex B9 25 18 0 50 57 1B 5 4D 29
Octal 271 45 30 0 120 127 33 5 115 51
Binary 10111001 100101 11000 0 1010000 1010111 11011 101 1001101 101001

Color Harmonies of #B92518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92518

Black with #B92518

Text Example


Text Example

White with #B92518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92518; }

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

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

background-color css

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

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

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

border-color css

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

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

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