Html Css Color HEX #BE1815 Fire Brick

📋 copy color: '#BE1815'

red 190 ◦ green 24 ◦ blue 21

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

Shades of Fire Brick #BE1815

Tints of Fire Brick #BE1815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.21%

 BLUE value IS 21 (8.59% from 255) = 8.94%

R = 80.85%
G = 10.21%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE1815 (or 0xBE1815) is known color: Fire Brick. HEX triplet: BE, 18 and 15. RGB value is (190,24,21). Sum of RGB (Red+Green+Blue) = 190+24+21=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1815 is #41E7EA. Grayscale: #494949. Windows color (decimal): -4319211 or 1382590. OLE color: 1382590.

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

Color convert

RGB 190 24 21 -
CMYK 0 0.87 0.89 0.25
HSL 1.07º 0.8% 0.41% -
HSV(B) 1.07º 0.89% 0.75% -
XYZ 21.7 11.65 1.82 -
YUV 73.29 98.5 211.24 -
System Red Green Blue C M Y K H S L
Decimal 190 24 21 0 0.87 0.89 0.25 1.07 0.8 0.41
Hex BE 18 15 0 57 59 19 1 50 29
Octal 276 30 25 0 127 131 31 1 120 51
Binary 10111110 11000 10101 0 1010111 1011001 11001 1 1010000 101001

Color Harmonies of #BE1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1815

Black with #BE1815

Text Example


Text Example

White with #BE1815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1815; }

 p { color: rgb(190,24,21); }

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

background-color css

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

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

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

border-color css

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

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

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