Html Css Color HEX #B92316 Fire Brick

📋 copy color: '#B92316'

red 185 ◦ green 35 ◦ blue 22

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

Shades of Fire Brick #B92316

Tints of Fire Brick #B92316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.46%

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

R = 76.45%
G = 14.46%
B = 9.09%

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

#B92316 (or 0xB92316) is known color: Fire Brick. HEX triplet: B9, 23 and 16. RGB value is (185,35,22). Sum of RGB (Red+Green+Blue) = 185+35+22=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B92316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92316 is #46DCE9. Grayscale: #4E4E4E. Windows color (decimal): -4644074 or 1450937. OLE color: 1450937.

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

Color convert

RGB 185 35 22 -
CMYK 0 0.81 0.88 0.27
HSL 4.79º 0.79% 0.41% -
HSV(B) 4.79º 0.88% 0.73% -
XYZ 20.75 11.57 1.9 -
YUV 78.37 96.2 204.06 -
System Red Green Blue C M Y K H S L
Decimal 185 35 22 0 0.81 0.88 0.27 4.79 0.79 0.41
Hex B9 23 16 0 51 58 1B 5 4F 29
Octal 271 43 26 0 121 130 33 5 117 51
Binary 10111001 100011 10110 0 1010001 1011000 11011 101 1001111 101001

Color Harmonies of #B92316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92316

Black with #B92316

Text Example


Text Example

White with #B92316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92316; }

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

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

background-color css

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

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

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

border-color css

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

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

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