Html Css Color HEX #B92213 Fire Brick

📋 copy color: '#B92213'

red 185 ◦ green 34 ◦ blue 19

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

Shades of Fire Brick #B92213

Tints of Fire Brick #B92213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.29%

 BLUE value IS 19 (7.81% from 255) = 7.98%

R = 77.73%
G = 14.29%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B92213 (or 0xB92213) is known color: Fire Brick. HEX triplet: B9, 22 and 13. RGB value is (185,34,19). Sum of RGB (Red+Green+Blue) = 185+34+19=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B92213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92213 is #46DDEC. Grayscale: #4D4D4D. Windows color (decimal): -4644333 or 1254073. OLE color: 1254073.

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

Color convert

RGB 185 34 19 -
CMYK 0 0.82 0.90 0.27
HSL 5.42º 0.81% 0.4% -
HSV(B) 5.42º 0.9% 0.73% -
XYZ 20.7 11.51 1.75 -
YUV 77.44 95.03 204.72 -
System Red Green Blue C M Y K H S L
Decimal 185 34 19 0 0.82 0.90 0.27 5.42 0.81 0.4
Hex B9 22 13 0 52 5A 1B 5 51 28
Octal 271 42 23 0 122 132 33 5 121 50
Binary 10111001 100010 10011 0 1010010 1011010 11011 101 1010001 101000

Color Harmonies of #B92213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92213

Black with #B92213

Text Example


Text Example

White with #B92213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92213; }

 p { color: rgb(185,34,19); }

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

background-color css

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

 a { background-color: rgb(185,34,19); }

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

border-color css

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

 span { border-color: rgb(185,34,19); }

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