Html Css Color HEX #BE1C11 Fire Brick

📋 copy color: '#BE1C11'

red 190 ◦ green 28 ◦ blue 17

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

Shades of Fire Brick #BE1C11

Tints of Fire Brick #BE1C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.91%

 BLUE value IS 17 (7.03% from 255) = 7.23%

R = 80.85%
G = 11.91%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE1C11 (or 0xBE1C11) is known color: Fire Brick. HEX triplet: BE, 1C and 11. RGB value is (190,28,17). Sum of RGB (Red+Green+Blue) = 190+28+17=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1C11 is #41E3EE. Grayscale: #4B4B4B. Windows color (decimal): -4318191 or 1121470. OLE color: 1121470.

HSL color Cylindrical-coordinate representation of color #BE1C11: hue angle of 3.82º degrees, saturation: 0.84, 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 #BE1C11 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 28 17 -
CMYK 0 0.85 0.91 0.25
HSL 3.82º 0.84% 0.41% -
HSV(B) 3.82º 0.91% 0.75% -
XYZ 21.75 11.82 1.67 -
YUV 75.18 95.17 209.89 -
System Red Green Blue C M Y K H S L
Decimal 190 28 17 0 0.85 0.91 0.25 3.82 0.84 0.41
Hex BE 1C 11 0 55 5B 19 4 54 29
Octal 276 34 21 0 125 133 31 4 124 51
Binary 10111110 11100 10001 0 1010101 1011011 11001 100 1010100 101001

Color Harmonies of #BE1C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1C11

Black with #BE1C11

Text Example


Text Example

White with #BE1C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1C11; }

 p { color: rgb(190,28,17); }

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

background-color css

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

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

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

border-color css

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

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

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