Html Css Color HEX #BE2616 Fire Brick

📋 copy color: '#BE2616'

red 190 ◦ green 38 ◦ blue 22

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

Shades of Fire Brick #BE2616

Tints of Fire Brick #BE2616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.2%

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

R = 76%
G = 15.2%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE2616 (or 0xBE2616) is known color: Fire Brick. HEX triplet: BE, 26 and 16. RGB value is (190,38,22). Sum of RGB (Red+Green+Blue) = 190+38+22=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2616 is #41D9E9. Grayscale: #515151. Windows color (decimal): -4315626 or 1451710. OLE color: 1451710.

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

Color convert

RGB 190 38 22 -
CMYK 0 0.8 0.88 0.25
HSL 5.71º 0.79% 0.42% -
HSV(B) 5.71º 0.88% 0.75% -
XYZ 22.07 12.39 1.99 -
YUV 81.62 94.36 205.3 -
System Red Green Blue C M Y K H S L
Decimal 190 38 22 0 0.8 0.88 0.25 5.71 0.79 0.42
Hex BE 26 16 0 50 58 19 6 4F 2A
Octal 276 46 26 0 120 130 31 6 117 52
Binary 10111110 100110 10110 0 1010000 1011000 11001 110 1001111 101010

Color Harmonies of #BE2616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2616

Black with #BE2616

Text Example


Text Example

White with #BE2616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2616; }

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

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

background-color css

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

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

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

border-color css

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

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

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