Html Css Color HEX #B92012 Fire Brick

📋 copy color: '#B92012'

red 185 ◦ green 32 ◦ blue 18

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

Shades of Fire Brick #B92012

Tints of Fire Brick #B92012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.62%

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

R = 78.72%
G = 13.62%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B92012 (or 0xB92012) is known color: Fire Brick. HEX triplet: B9, 20 and 12. RGB value is (185,32,18). Sum of RGB (Red+Green+Blue) = 185+32+18=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B92012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92012 is #46DFED. Grayscale: #4C4C4C. Windows color (decimal): -4644846 or 1188025. OLE color: 1188025.

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

Color convert

RGB 185 32 18 -
CMYK 0 0.83 0.90 0.27
HSL 5.03º 0.82% 0.4% -
HSV(B) 5.03º 0.9% 0.73% -
XYZ 20.63 11.39 1.68 -
YUV 76.15 95.19 205.64 -
System Red Green Blue C M Y K H S L
Decimal 185 32 18 0 0.83 0.90 0.27 5.03 0.82 0.4
Hex B9 20 12 0 53 5A 1B 5 52 28
Octal 271 40 22 0 123 132 33 5 122 50
Binary 10111001 100000 10010 0 1010011 1011010 11011 101 1010010 101000

Color Harmonies of #B92012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92012

Black with #B92012

Text Example


Text Example

White with #B92012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92012; }

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

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

background-color css

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

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

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

border-color css

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

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

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