Html Css Color HEX #B92115 Fire Brick

📋 copy color: '#B92115'

red 185 ◦ green 33 ◦ blue 21

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

Shades of Fire Brick #B92115

Tints of Fire Brick #B92115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.81%

 BLUE value IS 21 (8.59% from 255) = 8.79%

R = 77.41%
G = 13.81%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B92115 (or 0xB92115) is known color: Fire Brick. HEX triplet: B9, 21 and 15. RGB value is (185,33,21). Sum of RGB (Red+Green+Blue) = 185+33+21=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B92115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92115 is #46DEEA. Grayscale: #4D4D4D. Windows color (decimal): -4644587 or 1384889. OLE color: 1384889.

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

Color convert

RGB 185 33 21 -
CMYK 0 0.82 0.89 0.27
HSL 4.39º 0.8% 0.4% -
HSV(B) 4.39º 0.89% 0.73% -
XYZ 20.69 11.46 1.83 -
YUV 77.08 96.36 204.98 -
System Red Green Blue C M Y K H S L
Decimal 185 33 21 0 0.82 0.89 0.27 4.39 0.8 0.4
Hex B9 21 15 0 52 59 1B 4 50 28
Octal 271 41 25 0 122 131 33 4 120 50
Binary 10111001 100001 10101 0 1010010 1011001 11011 100 1010000 101000

Color Harmonies of #B92115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92115

Black with #B92115

Text Example


Text Example

White with #B92115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92115; }

 p { color: rgb(185,33,21); }

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

background-color css

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

 a { background-color: rgb(185,33,21); }

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

border-color css

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

 span { border-color: rgb(185,33,21); }

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