Html Css Color HEX #BE1D19 Fire Brick

📋 copy color: '#BE1D19'

red 190 ◦ green 29 ◦ blue 25

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

Shades of Fire Brick #BE1D19

Tints of Fire Brick #BE1D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.25%

R = 77.87%
G = 11.89%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE1D19 (or 0xBE1D19) is known color: Fire Brick. HEX triplet: BE, 1D and 19. RGB value is (190,29,25). Sum of RGB (Red+Green+Blue) = 190+29+25=244 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.87% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1D19 is #41E2E6. Grayscale: #4C4C4C. Windows color (decimal): -4317927 or 1646014. OLE color: 1646014.

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

Color convert

RGB 190 29 25 -
CMYK 0 0.85 0.87 0.25
HSL 1.45º 0.77% 0.42% -
HSV(B) 1.45º 0.87% 0.75% -
XYZ 21.85 11.9 2.06 -
YUV 76.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 190 29 25 0 0.85 0.87 0.25 1.45 0.77 0.42
Hex BE 1D 19 0 55 57 19 1 4D 2A
Octal 276 35 31 0 125 127 31 1 115 52
Binary 10111110 11101 11001 0 1010101 1010111 11001 1 1001101 101010

Color Harmonies of #BE1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1D19

Black with #BE1D19

Text Example


Text Example

White with #BE1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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