Html Css Color HEX #BE2218 Fire Brick

📋 copy color: '#BE2218'

red 190 ◦ green 34 ◦ blue 24

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

Shades of Fire Brick #BE2218

Tints of Fire Brick #BE2218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.71%

 BLUE value IS 24 (9.77% from 255) = 9.68%

R = 76.61%
G = 13.71%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE2218 (or 0xBE2218) is known color: Fire Brick. HEX triplet: BE, 22 and 18. RGB value is (190,34,24). Sum of RGB (Red+Green+Blue) = 190+34+24=248 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.61% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2218 is #41DDE7. Grayscale: #4F4F4F. Windows color (decimal): -4316648 or 1581758. OLE color: 1581758.

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

Color convert

RGB 190 34 24 -
CMYK 0 0.82 0.87 0.25
HSL 3.61º 0.78% 0.42% -
HSV(B) 3.61º 0.87% 0.75% -
XYZ 21.97 12.16 2.05 -
YUV 79.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 190 34 24 0 0.82 0.87 0.25 3.61 0.78 0.42
Hex BE 22 18 0 52 57 19 4 4E 2A
Octal 276 42 30 0 122 127 31 4 116 52
Binary 10111110 100010 11000 0 1010010 1010111 11001 100 1001110 101010

Color Harmonies of #BE2218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2218

Black with #BE2218

Text Example


Text Example

White with #BE2218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2218; }

 p { color: rgb(190,34,24); }

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

background-color css

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

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

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

border-color css

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

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

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