Html Css Color HEX #BE2522 Fire Brick

📋 copy color: '#BE2522'

red 190 ◦ green 37 ◦ blue 34

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

Shades of Fire Brick #BE2522

Tints of Fire Brick #BE2522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.03%

R = 72.8%
G = 14.18%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE2522 (or 0xBE2522) is known color: Fire Brick. HEX triplet: BE, 25 and 22. RGB value is (190,37,34). Sum of RGB (Red+Green+Blue) = 190+37+34=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2522 is #41DADD. Grayscale: #525252. Windows color (decimal): -4315870 or 2237886. OLE color: 2237886.

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

Color convert

RGB 190 37 34 -
CMYK 0 0.81 0.82 0.25
HSL 1.15º 0.7% 0.44% -
HSV(B) 1.15º 0.82% 0.75% -
XYZ 22.19 12.39 2.73 -
YUV 82.41 100.69 204.74 -
System Red Green Blue C M Y K H S L
Decimal 190 37 34 0 0.81 0.82 0.25 1.15 0.7 0.44
Hex BE 25 22 0 51 52 19 1 46 2C
Octal 276 45 42 0 121 122 31 1 106 54
Binary 10111110 100101 100010 0 1010001 1010010 11001 1 1000110 101100

Color Harmonies of #BE2522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2522

Black with #BE2522

Text Example


Text Example

White with #BE2522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2522; }

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

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

background-color css

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

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

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

border-color css

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

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

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