Html Css Color HEX #BE1D0F Fire Brick

📋 copy color: '#BE1D0F'

red 190 ◦ green 29 ◦ blue 15

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

Shades of Fire Brick #BE1D0F

Tints of Fire Brick #BE1D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 81.2%
G = 12.39%
B = 6.41%

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

#BE1D0F (or 0xBE1D0F) is known color: Fire Brick. HEX triplet: BE, 1D and 0F. RGB value is (190,29,15). Sum of RGB (Red+Green+Blue) = 190+29+15=234 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.20% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1D0F is #41E2F0. Grayscale: #4B4B4B. Windows color (decimal): -4317937 or 990654. OLE color: 990654.

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

Color convert

RGB 190 29 15 -
CMYK 0 0.85 0.92 0.25
HSL 4.8º 0.85% 0.4% -
HSV(B) 4.8º 0.92% 0.75% -
XYZ 21.76 11.86 1.59 -
YUV 75.54 93.84 209.64 -
System Red Green Blue C M Y K H S L
Decimal 190 29 15 0 0.85 0.92 0.25 4.8 0.85 0.4
Hex BE 1D F 0 55 5C 19 5 55 28
Octal 276 35 17 0 125 134 31 5 125 50
Binary 10111110 11101 1111 0 1010101 1011100 11001 101 1010101 101000

Color Harmonies of #BE1D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1D0F

Black with #BE1D0F

Text Example


Text Example

White with #BE1D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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