Html Css Color HEX #BE2516 Fire Brick

📋 copy color: '#BE2516'

red 190 ◦ green 37 ◦ blue 22

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

Shades of Fire Brick #BE2516

Tints of Fire Brick #BE2516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.86%

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

R = 76.31%
G = 14.86%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE2516 (or 0xBE2516) is known color: Fire Brick. HEX triplet: BE, 25 and 16. RGB value is (190,37,22). Sum of RGB (Red+Green+Blue) = 190+37+22=249 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.31% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2516 is #41DAE9. Grayscale: #515151. Windows color (decimal): -4315882 or 1451454. OLE color: 1451454.

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

Color convert

RGB 190 37 22 -
CMYK 0 0.81 0.88 0.25
HSL 5.36º 0.79% 0.42% -
HSV(B) 5.36º 0.88% 0.75% -
XYZ 22.04 12.33 1.98 -
YUV 81.04 94.69 205.72 -
System Red Green Blue C M Y K H S L
Decimal 190 37 22 0 0.81 0.88 0.25 5.36 0.79 0.42
Hex BE 25 16 0 51 58 19 5 4F 2A
Octal 276 45 26 0 121 130 31 5 117 52
Binary 10111110 100101 10110 0 1010001 1011000 11001 101 1001111 101010

Color Harmonies of #BE2516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2516

Black with #BE2516

Text Example


Text Example

White with #BE2516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2516; }

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

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

background-color css

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

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

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

border-color css

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

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

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