Html Css Color HEX #BE2520 Fire Brick

📋 copy color: '#BE2520'

red 190 ◦ green 37 ◦ blue 32

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

Shades of Fire Brick #BE2520

Tints of Fire Brick #BE2520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.36%

R = 73.36%
G = 14.29%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE2520 (or 0xBE2520) is known color: Fire Brick. HEX triplet: BE, 25 and 20. RGB value is (190,37,32). Sum of RGB (Red+Green+Blue) = 190+37+32=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2520 is #41DADF. Grayscale: #525252. Windows color (decimal): -4315872 or 2106814. OLE color: 2106814.

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

Color convert

RGB 190 37 32 -
CMYK 0 0.81 0.83 0.25
HSL 1.9º 0.71% 0.44% -
HSV(B) 1.9º 0.83% 0.75% -
XYZ 22.16 12.37 2.59 -
YUV 82.18 99.69 204.91 -
System Red Green Blue C M Y K H S L
Decimal 190 37 32 0 0.81 0.83 0.25 1.9 0.71 0.44
Hex BE 25 20 0 51 53 19 2 47 2C
Octal 276 45 40 0 121 123 31 2 107 54
Binary 10111110 100101 100000 0 1010001 1010011 11001 10 1000111 101100

Color Harmonies of #BE2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2520

Black with #BE2520

Text Example


Text Example

White with #BE2520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2520; }

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

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

background-color css

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

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

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

border-color css

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

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

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