Html Css Color HEX #BE2013 Fire Brick

📋 copy color: '#BE2013'

red 190 ◦ green 32 ◦ blue 19

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

Shades of Fire Brick #BE2013

Tints of Fire Brick #BE2013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.28%

 BLUE value IS 19 (7.81% from 255) = 7.88%

R = 78.84%
G = 13.28%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE2013 (or 0xBE2013) is known color: Fire Brick. HEX triplet: BE, 20 and 13. RGB value is (190,32,19). Sum of RGB (Red+Green+Blue) = 190+32+19=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2013 is #41DFEC. Grayscale: #4D4D4D. Windows color (decimal): -4317165 or 1253566. OLE color: 1253566.

HSL color Cylindrical-coordinate representation of color #BE2013: hue angle of 4.56º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE2013 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 32 19 -
CMYK 0 0.83 0.90 0.25
HSL 4.56º 0.82% 0.41% -
HSV(B) 4.56º 0.9% 0.75% -
XYZ 21.87 12.03 1.78 -
YUV 77.76 94.85 208.06 -
System Red Green Blue C M Y K H S L
Decimal 190 32 19 0 0.83 0.90 0.25 4.56 0.82 0.41
Hex BE 20 13 0 53 5A 19 5 52 29
Octal 276 40 23 0 123 132 31 5 122 51
Binary 10111110 100000 10011 0 1010011 1011010 11001 101 1010010 101001

Color Harmonies of #BE2013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2013

Black with #BE2013

Text Example


Text Example

White with #BE2013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2013; }

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

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

background-color css

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

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

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

border-color css

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

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

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