Html Css Color HEX #BE1C1A Fire Brick

📋 copy color: '#BE1C1A'

red 190 ◦ green 28 ◦ blue 26

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

Shades of Fire Brick #BE1C1A

Tints of Fire Brick #BE1C1A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.48%

 BLUE value IS 26 (10.55% from 255) = 10.66%

R = 77.87%
G = 11.48%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE1C1A (or 0xBE1C1A) is known color: Fire Brick. HEX triplet: BE, 1C and 1A. RGB value is (190,28,26). Sum of RGB (Red+Green+Blue) = 190+28+26=244 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.87% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1C1A is #41E3E5. Grayscale: #4C4C4C. Windows color (decimal): -4318182 or 1711294. OLE color: 1711294.

HSL color Cylindrical-coordinate representation of color #BE1C1A: hue angle of 0.73º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1C1A is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 28 26 -
CMYK 0 0.85 0.86 0.25
HSL 0.73º 0.76% 0.42% -
HSV(B) 0.73º 0.86% 0.75% -
XYZ 21.84 11.85 2.11 -
YUV 76.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 190 28 26 0 0.85 0.86 0.25 0.73 0.76 0.42
Hex BE 1C 1A 0 55 56 19 1 4C 2A
Octal 276 34 32 0 125 126 31 1 114 52
Binary 10111110 11100 11010 0 1010101 1010110 11001 1 1001100 101010

Color Harmonies of #BE1C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1C1A

Black with #BE1C1A

Text Example


Text Example

White with #BE1C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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