Html Css Color HEX #B92616 Fire Brick

📋 copy color: '#B92616'

red 185 ◦ green 38 ◦ blue 22

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

Shades of Fire Brick #B92616

Tints of Fire Brick #B92616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.51%

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 75.51%
G = 15.51%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B92616 (or 0xB92616) is known color: Fire Brick. HEX triplet: B9, 26 and 16. RGB value is (185,38,22). Sum of RGB (Red+Green+Blue) = 185+38+22=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B92616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92616 is #46D9E9. Grayscale: #505050. Windows color (decimal): -4643306 or 1451705. OLE color: 1451705.

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

Color convert

RGB 185 38 22 -
CMYK 0 0.79 0.88 0.27
HSL 5.89º 0.79% 0.41% -
HSV(B) 5.89º 0.88% 0.73% -
XYZ 20.85 11.76 1.93 -
YUV 80.13 95.2 202.8 -
System Red Green Blue C M Y K H S L
Decimal 185 38 22 0 0.79 0.88 0.27 5.89 0.79 0.41
Hex B9 26 16 0 4F 58 1B 6 4F 29
Octal 271 46 26 0 117 130 33 6 117 51
Binary 10111001 100110 10110 0 1001111 1011000 11011 110 1001111 101001

Color Harmonies of #B92616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92616

Black with #B92616

Text Example


Text Example

White with #B92616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92616; }

 p { color: rgb(185,38,22); }

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

background-color css

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

 a { background-color: rgb(185,38,22); }

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

border-color css

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

 span { border-color: rgb(185,38,22); }

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