Html Css Color HEX #BE1919 Fire Brick

📋 copy color: '#BE1919'

red 190 ◦ green 25 ◦ blue 25

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

Shades of Fire Brick #BE1919

Tints of Fire Brick #BE1919

RGB

 RED value IS 190 (74.61% from 255) = 79.17%

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

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

R = 79.17%
G = 10.42%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE1919 (or 0xBE1919) is known color: Fire Brick. HEX triplet: BE, 19 and 19. RGB value is (190,25,25). Sum of RGB (Red+Green+Blue) = 190+25+25=240 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.17% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1919 is #41E6E6. Grayscale: #4A4A4A. Windows color (decimal): -4318951 or 1644990. OLE color: 1644990.

HSL color Cylindrical-coordinate representation of color #BE1919: hue angle of 0º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1919 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 25 25 -
CMYK 0 0.87 0.87 0.25
HSL 0.77% 0.42% -
HSV(B) 0.87% 0.75% -
XYZ 21.76 11.71 2.03 -
YUV 74.34 100.16 210.5 -
System Red Green Blue C M Y K H S L
Decimal 190 25 25 0 0.87 0.87 0.25 0 0.77 0.42
Hex BE 19 19 0 57 57 19 0 4D 2A
Octal 276 31 31 0 127 127 31 0 115 52
Binary 10111110 11001 11001 0 1010111 1010111 11001 0 1001101 101010

Color Harmonies of #BE1919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1919

Black with #BE1919

Text Example


Text Example

White with #BE1919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1919; }

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

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

background-color css

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

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

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

border-color css

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

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

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