Html Css Color HEX #BE2828 Fire Brick

📋 copy color: '#BE2828'

red 190 ◦ green 40 ◦ blue 40

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

Shades of Fire Brick #BE2828

Tints of Fire Brick #BE2828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.81%

 BLUE value IS 40 (16.02% from 255) = 14.81%

R = 70.37%
G = 14.81%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE2828 (or 0xBE2828) is known color: Fire Brick. HEX triplet: BE, 28 and 28. RGB value is (190,40,40). Sum of RGB (Red+Green+Blue) = 190+40+40=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2828 is #41D7D7. Grayscale: #555555. Windows color (decimal): -4315096 or 2631870. OLE color: 2631870.

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

Color convert

RGB 190 40 40 -
CMYK 0 0.79 0.79 0.25
HSL 0.65% 0.45% -
HSV(B) 0.79% 0.75% -
XYZ 22.38 12.62 3.26 -
YUV 84.85 102.7 203 -
System Red Green Blue C M Y K H S L
Decimal 190 40 40 0 0.79 0.79 0.25 0 0.65 0.45
Hex BE 28 28 0 4F 4F 19 0 41 2D
Octal 276 50 50 0 117 117 31 0 101 55
Binary 10111110 101000 101000 0 1001111 1001111 11001 0 1000001 101101

Color Harmonies of #BE2828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2828

Black with #BE2828

Text Example


Text Example

White with #BE2828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2828; }

 p { color: rgb(190,40,40); }

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

background-color css

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

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

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

border-color css

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

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

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