Html Css Color HEX #BE2012 Fire Brick

📋 copy color: '#BE2012'

red 190 ◦ green 32 ◦ blue 18

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

Shades of Fire Brick #BE2012

Tints of Fire Brick #BE2012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.5%

R = 79.17%
G = 13.33%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE2012 (or 0xBE2012) is known color: Fire Brick. HEX triplet: BE, 20 and 12. RGB value is (190,32,18). Sum of RGB (Red+Green+Blue) = 190+32+18=240 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.17% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2012 is #41DFED. Grayscale: #4D4D4D. Windows color (decimal): -4317166 or 1188030. OLE color: 1188030.

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

Color convert

RGB 190 32 18 -
CMYK 0 0.83 0.91 0.25
HSL 4.88º 0.83% 0.41% -
HSV(B) 4.88º 0.91% 0.75% -
XYZ 21.86 12.02 1.74 -
YUV 77.65 94.35 208.14 -
System Red Green Blue C M Y K H S L
Decimal 190 32 18 0 0.83 0.91 0.25 4.88 0.83 0.41
Hex BE 20 12 0 53 5B 19 5 53 29
Octal 276 40 22 0 123 133 31 5 123 51
Binary 10111110 100000 10010 0 1010011 1011011 11001 101 1010011 101001

Color Harmonies of #BE2012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2012

Black with #BE2012

Text Example


Text Example

White with #BE2012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2012; }

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

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

background-color css

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

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

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

border-color css

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

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

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