Html Css Color HEX #BE1E0D Fire Brick

📋 copy color: '#BE1E0D'

red 190 ◦ green 30 ◦ blue 13

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

Shades of Fire Brick #BE1E0D

Tints of Fire Brick #BE1E0D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.88%

 BLUE value IS 13 (5.47% from 255) = 5.58%

R = 81.55%
G = 12.88%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE1E0D (or 0xBE1E0D) is known color: Fire Brick. HEX triplet: BE, 1E and 0D. RGB value is (190,30,13). Sum of RGB (Red+Green+Blue) = 190+30+13=233 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.55% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1E0D is #41E1F2. Grayscale: #4C4C4C. Windows color (decimal): -4317683 or 859838. OLE color: 859838.

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

Color convert

RGB 190 30 13 -
CMYK 0 0.84 0.93 0.25
HSL 5.76º 0.87% 0.4% -
HSV(B) 5.76º 0.93% 0.75% -
XYZ 21.77 11.9 1.53 -
YUV 75.9 92.51 209.38 -
System Red Green Blue C M Y K H S L
Decimal 190 30 13 0 0.84 0.93 0.25 5.76 0.87 0.4
Hex BE 1E D 0 54 5D 19 6 57 28
Octal 276 36 15 0 124 135 31 6 127 50
Binary 10111110 11110 1101 0 1010100 1011101 11001 110 1010111 101000

Color Harmonies of #BE1E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1E0D

Black with #BE1E0D

Text Example


Text Example

White with #BE1E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1E0D; }

 p { color: rgb(190,30,13); }

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

background-color css

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

 a { background-color: rgb(190,30,13); }

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

border-color css

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

 span { border-color: rgb(190,30,13); }

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