Html Css Color HEX #BE1B0D Fire Brick

📋 copy color: '#BE1B0D'

red 190 ◦ green 27 ◦ blue 13

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

Shades of Fire Brick #BE1B0D

Tints of Fire Brick #BE1B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.74%

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

R = 82.61%
G = 11.74%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE1B0D (or 0xBE1B0D) is known color: Fire Brick. HEX triplet: BE, 1B and 0D. RGB value is (190,27,13). Sum of RGB (Red+Green+Blue) = 190+27+13=230 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.61% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1B0D is #41E4F2. Grayscale: #4A4A4A. Windows color (decimal): -4318451 or 859070. OLE color: 859070.

HSL color Cylindrical-coordinate representation of color #BE1B0D: hue angle of 4.75º 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 #BE1B0D is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 27 13 -
CMYK 0 0.86 0.93 0.25
HSL 4.75º 0.87% 0.4% -
HSV(B) 4.75º 0.93% 0.75% -
XYZ 21.7 11.76 1.51 -
YUV 74.14 93.5 210.64 -
System Red Green Blue C M Y K H S L
Decimal 190 27 13 0 0.86 0.93 0.25 4.75 0.87 0.4
Hex BE 1B D 0 56 5D 19 5 57 28
Octal 276 33 15 0 126 135 31 5 127 50
Binary 10111110 11011 1101 0 1010110 1011101 11001 101 1010111 101000

Color Harmonies of #BE1B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1B0D

Black with #BE1B0D

Text Example


Text Example

White with #BE1B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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