Html Css Color HEX #BE1916 Fire Brick

📋 copy color: '#BE1916'

red 190 ◦ green 25 ◦ blue 22

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

Shades of Fire Brick #BE1916

Tints of Fire Brick #BE1916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.28%

R = 80.17%
G = 10.55%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE1916 (or 0xBE1916) is known color: Fire Brick. HEX triplet: BE, 19 and 16. RGB value is (190,25,22). Sum of RGB (Red+Green+Blue) = 190+25+22=237 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.17% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1916 is #41E6E9. Grayscale: #4A4A4A. Windows color (decimal): -4318954 or 1448382. OLE color: 1448382.

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

Color convert

RGB 190 25 22 -
CMYK 0 0.87 0.88 0.25
HSL 1.07º 0.79% 0.42% -
HSV(B) 1.07º 0.88% 0.75% -
XYZ 21.73 11.7 1.87 -
YUV 73.99 98.66 210.74 -
System Red Green Blue C M Y K H S L
Decimal 190 25 22 0 0.87 0.88 0.25 1.07 0.79 0.42
Hex BE 19 16 0 57 58 19 1 4F 2A
Octal 276 31 26 0 127 130 31 1 117 52
Binary 10111110 11001 10110 0 1010111 1011000 11001 1 1001111 101010

Color Harmonies of #BE1916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1916

Black with #BE1916

Text Example


Text Example

White with #BE1916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1916; }

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

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

background-color css

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

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

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

border-color css

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

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

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