Html Css Color HEX #BE1512 Fire Brick

📋 copy color: '#BE1512'

red 190 ◦ green 21 ◦ blue 18

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

Shades of Fire Brick #BE1512

Tints of Fire Brick #BE1512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

 BLUE value IS 18 (7.42% from 255) = 7.86%

R = 82.97%
G = 9.17%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE1512 (or 0xBE1512) is known color: Fire Brick. HEX triplet: BE, 15 and 12. RGB value is (190,21,18). Sum of RGB (Red+Green+Blue) = 190+21+18=229 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.97% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1512 is #41EAED. Grayscale: #474747. Windows color (decimal): -4319982 or 1185214. OLE color: 1185214.

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

Color convert

RGB 190 21 18 -
CMYK 0 0.89 0.91 0.25
HSL 1.05º 0.83% 0.41% -
HSV(B) 1.05º 0.91% 0.75% -
XYZ 21.61 11.53 1.66 -
YUV 71.19 97.99 212.74 -
System Red Green Blue C M Y K H S L
Decimal 190 21 18 0 0.89 0.91 0.25 1.05 0.83 0.41
Hex BE 15 12 0 59 5B 19 1 53 29
Octal 276 25 22 0 131 133 31 1 123 51
Binary 10111110 10101 10010 0 1011001 1011011 11001 1 1010011 101001

Color Harmonies of #BE1512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1512

Black with #BE1512

Text Example


Text Example

White with #BE1512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1512; }

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

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

background-color css

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

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

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

border-color css

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

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

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