Html Css Color HEX #BE3124 Fire Brick

📋 copy color: '#BE3124'

red 190 ◦ green 49 ◦ blue 36

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

Shades of Fire Brick #BE3124

Tints of Fire Brick #BE3124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.82%

 BLUE value IS 36 (14.45% from 255) = 13.09%

R = 69.09%
G = 17.82%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE3124 (or 0xBE3124) is known color: Fire Brick. HEX triplet: BE, 31 and 24. RGB value is (190,49,36). Sum of RGB (Red+Green+Blue) = 190+49+36=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3124 is #41CEDB. Grayscale: #595959. Windows color (decimal): -4312796 or 2372030. OLE color: 2372030.

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

Color convert

RGB 190 49 36 -
CMYK 0 0.74 0.81 0.25
HSL 5.06º 0.68% 0.44% -
HSV(B) 5.06º 0.81% 0.75% -
XYZ 22.65 13.27 3.04 -
YUV 89.68 97.71 199.56 -
System Red Green Blue C M Y K H S L
Decimal 190 49 36 0 0.74 0.81 0.25 5.06 0.68 0.44
Hex BE 31 24 0 4A 51 19 5 44 2C
Octal 276 61 44 0 112 121 31 5 104 54
Binary 10111110 110001 100100 0 1001010 1010001 11001 101 1000100 101100

Color Harmonies of #BE3124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3124

Black with #BE3124

Text Example


Text Example

White with #BE3124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3124; }

 p { color: rgb(190,49,36); }

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

background-color css

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

 a { background-color: rgb(190,49,36); }

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

border-color css

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

 span { border-color: rgb(190,49,36); }

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