Html Css Color HEX #B92013 Fire Brick

📋 copy color: '#B92013'

red 185 ◦ green 32 ◦ blue 19

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

Shades of Fire Brick #B92013

Tints of Fire Brick #B92013

RGB

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

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

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

R = 78.39%
G = 13.56%
B = 8.05%

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

#B92013 (or 0xB92013) is known color: Fire Brick. HEX triplet: B9, 20 and 13. RGB value is (185,32,19). Sum of RGB (Red+Green+Blue) = 185+32+19=236 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.39% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 185 - color contains mainly: red. Hex color #B92013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92013 is #46DFEC. Grayscale: #4C4C4C. Windows color (decimal): -4644845 or 1253561. OLE color: 1253561.

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

Color convert

RGB 185 32 19 -
CMYK 0 0.83 0.90 0.27
HSL 4.7º 0.81% 0.4% -
HSV(B) 4.7º 0.9% 0.73% -
XYZ 20.64 11.39 1.73 -
YUV 76.27 95.69 205.56 -
System Red Green Blue C M Y K H S L
Decimal 185 32 19 0 0.83 0.90 0.27 4.7 0.81 0.4
Hex B9 20 13 0 53 5A 1B 5 51 28
Octal 271 40 23 0 123 132 33 5 121 50
Binary 10111001 100000 10011 0 1010011 1011010 11011 101 1010001 101000

Color Harmonies of #B92013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92013

Black with #B92013

Text Example


Text Example

White with #B92013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92013; }

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

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

background-color css

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

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

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

border-color css

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

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

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