Html Css Color HEX #BE190D Fire Brick

📋 copy color: '#BE190D'

red 190 ◦ green 25 ◦ blue 13

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

Shades of Fire Brick #BE190D

Tints of Fire Brick #BE190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.96%

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

R = 83.33%
G = 10.96%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE190D (or 0xBE190D) is known color: Fire Brick. HEX triplet: BE, 19 and 0D. RGB value is (190,25,13). Sum of RGB (Red+Green+Blue) = 190+25+13=228 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.33% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 190 - color contains mainly: red. Hex color #BE190D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE190D is #41E6F2. Grayscale: #494949. Windows color (decimal): -4318963 or 858558. OLE color: 858558.

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

Color convert

RGB 190 25 13 -
CMYK 0 0.87 0.93 0.25
HSL 4.07º 0.87% 0.4% -
HSV(B) 4.07º 0.93% 0.75% -
XYZ 21.66 11.67 1.49 -
YUV 72.97 94.16 211.48 -
System Red Green Blue C M Y K H S L
Decimal 190 25 13 0 0.87 0.93 0.25 4.07 0.87 0.4
Hex BE 19 D 0 57 5D 19 4 57 28
Octal 276 31 15 0 127 135 31 4 127 50
Binary 10111110 11001 1101 0 1010111 1011101 11001 100 1010111 101000

Color Harmonies of #BE190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE190D

Black with #BE190D

Text Example


Text Example

White with #BE190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE190D; }

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

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

background-color css

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

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

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

border-color css

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

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

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