Html Css Color HEX #B81919 Fire Brick

📋 copy color: '#B81919'

red 184 ◦ green 25 ◦ blue 25

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

Shades of Fire Brick #B81919

Tints of Fire Brick #B81919

RGB

 RED value IS 184 (72.27% from 255) = 78.63%

 GREEN value IS 25 (10.16% from 255) = 10.68%

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

R = 78.63%
G = 10.68%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B81919 (or 0xB81919) is known color: Fire Brick. HEX triplet: B8, 19 and 19. RGB value is (184,25,25). Sum of RGB (Red+Green+Blue) = 184+25+25=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B81919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B81919 is #47E6E6. Grayscale: #484848. Windows color (decimal): -4712167 or 1644984. OLE color: 1644984.

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

Color convert

RGB 184 25 25 -
CMYK 0 0.86 0.86 0.28
HSL 0.76% 0.41% -
HSV(B) 0.86% 0.72% -
XYZ 20.29 10.96 1.96 -
YUV 72.54 101.18 207.5 -
System Red Green Blue C M Y K H S L
Decimal 184 25 25 0 0.86 0.86 0.28 0 0.76 0.41
Hex B8 19 19 0 56 56 1C 0 4C 29
Octal 270 31 31 0 126 126 34 0 114 51
Binary 10111000 11001 11001 0 1010110 1010110 11100 0 1001100 101001

Color Harmonies of #B81919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81919

Black with #B81919

Text Example


Text Example

White with #B81919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81919; }

 p { color: rgb(184,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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