Html Css Color HEX #BE2116 Fire Brick

📋 copy color: '#BE2116'

red 190 ◦ green 33 ◦ blue 22

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

Shades of Fire Brick #BE2116

Tints of Fire Brick #BE2116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.47%

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

R = 77.55%
G = 13.47%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE2116 (or 0xBE2116) is known color: Fire Brick. HEX triplet: BE, 21 and 16. RGB value is (190,33,22). Sum of RGB (Red+Green+Blue) = 190+33+22=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2116 is #41DEE9. Grayscale: #4E4E4E. Windows color (decimal): -4316906 or 1450430. OLE color: 1450430.

HSL color Cylindrical-coordinate representation of color #BE2116: hue angle of 3.93º 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 #BE2116 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 33 22 -
CMYK 0 0.83 0.88 0.25
HSL 3.93º 0.79% 0.42% -
HSV(B) 3.93º 0.88% 0.75% -
XYZ 21.92 12.09 1.94 -
YUV 78.69 96.01 207.39 -
System Red Green Blue C M Y K H S L
Decimal 190 33 22 0 0.83 0.88 0.25 3.93 0.79 0.42
Hex BE 21 16 0 53 58 19 4 4F 2A
Octal 276 41 26 0 123 130 31 4 117 52
Binary 10111110 100001 10110 0 1010011 1011000 11001 100 1001111 101010

Color Harmonies of #BE2116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2116

Black with #BE2116

Text Example


Text Example

White with #BE2116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2116; }

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

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

background-color css

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

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

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

border-color css

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

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

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