Html Css Color HEX #B92514 Fire Brick

📋 copy color: '#B92514'

red 185 ◦ green 37 ◦ blue 20

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

Shades of Fire Brick #B92514

Tints of Fire Brick #B92514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.29%

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 76.45%
G = 15.29%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B92514 (or 0xB92514) is known color: Fire Brick. HEX triplet: B9, 25 and 14. RGB value is (185,37,20). Sum of RGB (Red+Green+Blue) = 185+37+20=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B92514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92514 is #46DAEB. Grayscale: #4F4F4F. Windows color (decimal): -4643564 or 1320377. OLE color: 1320377.

HSL color Cylindrical-coordinate representation of color #B92514: hue angle of 6.18º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B92514 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 37 20 -
CMYK 0 0.80 0.89 0.27
HSL 6.18º 0.8% 0.4% -
HSV(B) 6.18º 0.89% 0.73% -
XYZ 20.8 11.69 1.82 -
YUV 79.31 94.53 203.38 -
System Red Green Blue C M Y K H S L
Decimal 185 37 20 0 0.80 0.89 0.27 6.18 0.8 0.4
Hex B9 25 14 0 50 59 1B 6 50 28
Octal 271 45 24 0 120 131 33 6 120 50
Binary 10111001 100101 10100 0 1010000 1011001 11011 110 1010000 101000

Color Harmonies of #B92514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92514

Black with #B92514

Text Example


Text Example

White with #B92514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92514; }

 p { color: rgb(185,37,20); }

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

background-color css

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

 a { background-color: rgb(185,37,20); }

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

border-color css

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

 span { border-color: rgb(185,37,20); }

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