Html Css Color HEX #B92413 Fire Brick

📋 copy color: '#B92413'

red 185 ◦ green 36 ◦ blue 19

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

Shades of Fire Brick #B92413

Tints of Fire Brick #B92413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

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

R = 77.08%
G = 15%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B92413 (or 0xB92413) is known color: Fire Brick. HEX triplet: B9, 24 and 13. RGB value is (185,36,19). Sum of RGB (Red+Green+Blue) = 185+36+19=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B92413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92413 is #46DBEC. Grayscale: #4E4E4E. Windows color (decimal): -4643821 or 1254585. OLE color: 1254585.

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

Color convert

RGB 185 36 19 -
CMYK 0 0.81 0.90 0.27
HSL 6.14º 0.81% 0.4% -
HSV(B) 6.14º 0.9% 0.73% -
XYZ 20.76 11.62 1.77 -
YUV 78.61 94.36 203.88 -
System Red Green Blue C M Y K H S L
Decimal 185 36 19 0 0.81 0.90 0.27 6.14 0.81 0.4
Hex B9 24 13 0 51 5A 1B 6 51 28
Octal 271 44 23 0 121 132 33 6 121 50
Binary 10111001 100100 10011 0 1010001 1011010 11011 110 1010001 101000

Color Harmonies of #B92413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92413

Black with #B92413

Text Example


Text Example

White with #B92413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92413; }

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

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

background-color css

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

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

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

border-color css

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

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

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