Html Css Color HEX #B92418 Fire Brick

📋 copy color: '#B92418'

red 185 ◦ green 36 ◦ blue 24

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

Shades of Fire Brick #B92418

Tints of Fire Brick #B92418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 75.51%
G = 14.69%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B92418 (or 0xB92418) is known color: Fire Brick. HEX triplet: B9, 24 and 18. RGB value is (185,36,24). Sum of RGB (Red+Green+Blue) = 185+36+24=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B92418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92418 is #46DBE7. Grayscale: #4F4F4F. Windows color (decimal): -4643816 or 1582265. OLE color: 1582265.

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

Color convert

RGB 185 36 24 -
CMYK 0 0.81 0.87 0.27
HSL 4.47º 0.77% 0.41% -
HSV(B) 4.47º 0.87% 0.73% -
XYZ 20.8 11.64 2.01 -
YUV 79.18 96.86 203.48 -
System Red Green Blue C M Y K H S L
Decimal 185 36 24 0 0.81 0.87 0.27 4.47 0.77 0.41
Hex B9 24 18 0 51 57 1B 4 4D 29
Octal 271 44 30 0 121 127 33 4 115 51
Binary 10111001 100100 11000 0 1010001 1010111 11011 100 1001101 101001

Color Harmonies of #B92418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92418

Black with #B92418

Text Example


Text Example

White with #B92418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92418; }

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

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

background-color css

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

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

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

border-color css

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

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

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