Html Css Color HEX #BE2C20 Fire Brick

📋 copy color: '#BE2C20'

red 190 ◦ green 44 ◦ blue 32

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

Shades of Fire Brick #BE2C20

Tints of Fire Brick #BE2C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.54%

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

R = 71.43%
G = 16.54%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE2C20 (or 0xBE2C20) is known color: Fire Brick. HEX triplet: BE, 2C and 20. RGB value is (190,44,32). Sum of RGB (Red+Green+Blue) = 190+44+32=266 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.43% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C20 is #41D3DF. Grayscale: #565656. Windows color (decimal): -4314080 or 2108606. OLE color: 2108606.

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

Color convert

RGB 190 44 32 -
CMYK 0 0.77 0.83 0.25
HSL 4.56º 0.71% 0.44% -
HSV(B) 4.56º 0.83% 0.75% -
XYZ 22.4 12.85 2.67 -
YUV 86.29 97.37 201.98 -
System Red Green Blue C M Y K H S L
Decimal 190 44 32 0 0.77 0.83 0.25 4.56 0.71 0.44
Hex BE 2C 20 0 4D 53 19 5 47 2C
Octal 276 54 40 0 115 123 31 5 107 54
Binary 10111110 101100 100000 0 1001101 1010011 11001 101 1000111 101100

Color Harmonies of #BE2C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C20

Black with #BE2C20

Text Example


Text Example

White with #BE2C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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