Html Css Color HEX #BE1D10 Fire Brick

📋 copy color: '#BE1D10'

red 190 ◦ green 29 ◦ blue 16

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

Shades of Fire Brick #BE1D10

Tints of Fire Brick #BE1D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.81%

R = 80.85%
G = 12.34%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE1D10 (or 0xBE1D10) is known color: Fire Brick. HEX triplet: BE, 1D and 10. RGB value is (190,29,16). Sum of RGB (Red+Green+Blue) = 190+29+16=235 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.85% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1D10 is #41E2EF. Grayscale: #4B4B4B. Windows color (decimal): -4317936 or 1056190. OLE color: 1056190.

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

Color convert

RGB 190 29 16 -
CMYK 0 0.85 0.92 0.25
HSL 4.48º 0.84% 0.4% -
HSV(B) 4.48º 0.92% 0.75% -
XYZ 21.77 11.86 1.63 -
YUV 75.66 94.34 209.56 -
System Red Green Blue C M Y K H S L
Decimal 190 29 16 0 0.85 0.92 0.25 4.48 0.84 0.4
Hex BE 1D 10 0 55 5C 19 4 54 28
Octal 276 35 20 0 125 134 31 4 124 50
Binary 10111110 11101 10000 0 1010101 1011100 11001 100 1010100 101000

Color Harmonies of #BE1D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1D10

Black with #BE1D10

Text Example


Text Example

White with #BE1D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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