Html Css Color HEX #BE1D1B Fire Brick

📋 copy color: '#BE1D1B'

red 190 ◦ green 29 ◦ blue 27

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

Shades of Fire Brick #BE1D1B

Tints of Fire Brick #BE1D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.98%

R = 77.24%
G = 11.79%
B = 10.98%

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

#BE1D1B (or 0xBE1D1B) is known color: Fire Brick. HEX triplet: BE, 1D and 1B. RGB value is (190,29,27). Sum of RGB (Red+Green+Blue) = 190+29+27=246 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.24% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1D1B is #41E2E4. Grayscale: #4D4D4D. Windows color (decimal): -4317925 or 1777086. OLE color: 1777086.

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

Color convert

RGB 190 29 27 -
CMYK 0 0.85 0.86 0.25
HSL 0.74º 0.75% 0.43% -
HSV(B) 0.74º 0.86% 0.75% -
XYZ 21.87 11.91 2.18 -
YUV 76.91 99.84 208.66 -
System Red Green Blue C M Y K H S L
Decimal 190 29 27 0 0.85 0.86 0.25 0.74 0.75 0.43
Hex BE 1D 1B 0 55 56 19 1 4B 2B
Octal 276 35 33 0 125 126 31 1 113 53
Binary 10111110 11101 11011 0 1010101 1010110 11001 1 1001011 101011

Color Harmonies of #BE1D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1D1B

Black with #BE1D1B

Text Example


Text Example

White with #BE1D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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