Html Css Color HEX #BE1A13 Fire Brick

📋 copy color: '#BE1A13'

red 190 ◦ green 26 ◦ blue 19

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

Shades of Fire Brick #BE1A13

Tints of Fire Brick #BE1A13

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.06%

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

R = 80.85%
G = 11.06%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE1A13 (or 0xBE1A13) is known color: Fire Brick. HEX triplet: BE, 1A and 13. RGB value is (190,26,19). Sum of RGB (Red+Green+Blue) = 190+26+19=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1A13 is #41E5EC. Grayscale: #4A4A4A. Windows color (decimal): -4318701 or 1252030. OLE color: 1252030.

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

Color convert

RGB 190 26 19 -
CMYK 0 0.86 0.90 0.25
HSL 2.46º 0.82% 0.41% -
HSV(B) 2.46º 0.9% 0.75% -
XYZ 21.72 11.73 1.74 -
YUV 74.24 96.83 210.57 -
System Red Green Blue C M Y K H S L
Decimal 190 26 19 0 0.86 0.90 0.25 2.46 0.82 0.41
Hex BE 1A 13 0 56 5A 19 2 52 29
Octal 276 32 23 0 126 132 31 2 122 51
Binary 10111110 11010 10011 0 1010110 1011010 11001 10 1010010 101001

Color Harmonies of #BE1A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A13

Black with #BE1A13

Text Example


Text Example

White with #BE1A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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