Html Css Color HEX #B92416 Fire Brick

📋 copy color: '#B92416'

red 185 ◦ green 36 ◦ blue 22

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

Shades of Fire Brick #B92416

Tints of Fire Brick #B92416

RGB

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

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

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

R = 76.13%
G = 14.81%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B92416 (or 0xB92416) is known color: Fire Brick. HEX triplet: B9, 24 and 16. RGB value is (185,36,22). Sum of RGB (Red+Green+Blue) = 185+36+22=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B92416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92416 is #46DBE9. Grayscale: #4F4F4F. Windows color (decimal): -4643818 or 1451193. OLE color: 1451193.

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

Color convert

RGB 185 36 22 -
CMYK 0 0.81 0.88 0.27
HSL 5.15º 0.79% 0.41% -
HSV(B) 5.15º 0.88% 0.73% -
XYZ 20.78 11.63 1.91 -
YUV 78.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 185 36 22 0 0.81 0.88 0.27 5.15 0.79 0.41
Hex B9 24 16 0 51 58 1B 5 4F 29
Octal 271 44 26 0 121 130 33 5 117 51
Binary 10111001 100100 10110 0 1010001 1011000 11011 101 1001111 101001

Color Harmonies of #B92416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92416

Black with #B92416

Text Example


Text Example

White with #B92416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92416; }

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

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

background-color css

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

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

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

border-color css

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

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

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