Html Css Color HEX #BE1D1A Fire Brick

📋 copy color: '#BE1D1A'

red 190 ◦ green 29 ◦ blue 26

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

Shades of Fire Brick #BE1D1A

Tints of Fire Brick #BE1D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.84%

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

R = 77.55%
G = 11.84%
B = 10.61%

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

#BE1D1A (or 0xBE1D1A) is known color: Fire Brick. HEX triplet: BE, 1D and 1A. RGB value is (190,29,26). Sum of RGB (Red+Green+Blue) = 190+29+26=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1D1A is #41E2E5. Grayscale: #4C4C4C. Windows color (decimal): -4317926 or 1711550. OLE color: 1711550.

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

Color convert

RGB 190 29 26 -
CMYK 0 0.85 0.86 0.25
HSL 1.1º 0.76% 0.42% -
HSV(B) 1.1º 0.86% 0.75% -
XYZ 21.86 11.9 2.12 -
YUV 76.8 99.34 208.74 -
System Red Green Blue C M Y K H S L
Decimal 190 29 26 0 0.85 0.86 0.25 1.1 0.76 0.42
Hex BE 1D 1A 0 55 56 19 1 4C 2A
Octal 276 35 32 0 125 126 31 1 114 52
Binary 10111110 11101 11010 0 1010101 1010110 11001 1 1001100 101010

Color Harmonies of #BE1D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1D1A

Black with #BE1D1A

Text Example


Text Example

White with #BE1D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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