Html Css Color HEX #B92419 Fire Brick

📋 copy color: '#B92419'

red 185 ◦ green 36 ◦ blue 25

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

Shades of Fire Brick #B92419

Tints of Fire Brick #B92419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.16%

R = 75.2%
G = 14.63%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B92419 (or 0xB92419) is known color: Fire Brick. HEX triplet: B9, 24 and 19. RGB value is (185,36,25). Sum of RGB (Red+Green+Blue) = 185+36+25=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B92419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92419 is #46DBE6. Grayscale: #4F4F4F. Windows color (decimal): -4643815 or 1647801. OLE color: 1647801.

HSL color Cylindrical-coordinate representation of color #B92419: hue angle of 4.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B92419 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 36 25 -
CMYK 0 0.81 0.86 0.27
HSL 4.13º 0.76% 0.41% -
HSV(B) 4.13º 0.86% 0.73% -
XYZ 20.81 11.65 2.07 -
YUV 79.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 185 36 25 0 0.81 0.86 0.27 4.13 0.76 0.41
Hex B9 24 19 0 51 56 1B 4 4C 29
Octal 271 44 31 0 121 126 33 4 114 51
Binary 10111001 100100 11001 0 1010001 1010110 11011 100 1001100 101001

Color Harmonies of #B92419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92419

Black with #B92419

Text Example


Text Example

White with #B92419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92419; }

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

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

background-color css

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

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

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

border-color css

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

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

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