Html Css Color HEX #BE3125 Fire Brick

📋 copy color: '#BE3125'

red 190 ◦ green 49 ◦ blue 37

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

Shades of Fire Brick #BE3125

Tints of Fire Brick #BE3125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.41%

R = 68.84%
G = 17.75%
B = 13.41%

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

#BE3125 (or 0xBE3125) is known color: Fire Brick. HEX triplet: BE, 31 and 25. RGB value is (190,49,37). Sum of RGB (Red+Green+Blue) = 190+49+37=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3125 is #41CEDA. Grayscale: #595959. Windows color (decimal): -4312795 or 2437566. OLE color: 2437566.

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

Color convert

RGB 190 49 37 -
CMYK 0 0.74 0.81 0.25
HSL 4.71º 0.67% 0.45% -
HSV(B) 4.71º 0.81% 0.75% -
XYZ 22.67 13.28 3.12 -
YUV 89.79 98.21 199.48 -
System Red Green Blue C M Y K H S L
Decimal 190 49 37 0 0.74 0.81 0.25 4.71 0.67 0.45
Hex BE 31 25 0 4A 51 19 5 43 2D
Octal 276 61 45 0 112 121 31 5 103 55
Binary 10111110 110001 100101 0 1001010 1010001 11001 101 1000011 101101

Color Harmonies of #BE3125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3125

Black with #BE3125

Text Example


Text Example

White with #BE3125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3125; }

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

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

background-color css

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

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

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

border-color css

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

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

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