Html Css Color HEX #B92212 Fire Brick

📋 copy color: '#B92212'

red 185 ◦ green 34 ◦ blue 18

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

Shades of Fire Brick #B92212

Tints of Fire Brick #B92212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.59%

R = 78.06%
G = 14.35%
B = 7.59%

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

#B92212 (or 0xB92212) is known color: Fire Brick. HEX triplet: B9, 22 and 12. RGB value is (185,34,18). Sum of RGB (Red+Green+Blue) = 185+34+18=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B92212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92212 is #46DDED. Grayscale: #4D4D4D. Windows color (decimal): -4644334 or 1188537. OLE color: 1188537.

HSL color Cylindrical-coordinate representation of color #B92212: hue angle of 5.75º degrees, saturation: 0.82, 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 #B92212 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 34 18 -
CMYK 0 0.82 0.90 0.27
HSL 5.75º 0.82% 0.4% -
HSV(B) 5.75º 0.9% 0.73% -
XYZ 20.69 11.5 1.7 -
YUV 77.33 94.53 204.8 -
System Red Green Blue C M Y K H S L
Decimal 185 34 18 0 0.82 0.90 0.27 5.75 0.82 0.4
Hex B9 22 12 0 52 5A 1B 6 52 28
Octal 271 42 22 0 122 132 33 6 122 50
Binary 10111001 100010 10010 0 1010010 1011010 11011 110 1010010 101000

Color Harmonies of #B92212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92212

Black with #B92212

Text Example


Text Example

White with #B92212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92212; }

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

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

background-color css

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

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

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

border-color css

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

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

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