Html Css Color HEX #BE3224 Fire Brick

📋 copy color: '#BE3224'

red 190 ◦ green 50 ◦ blue 36

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

Shades of Fire Brick #BE3224

Tints of Fire Brick #BE3224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

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

R = 68.84%
G = 18.12%
B = 13.04%

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

#BE3224 (or 0xBE3224) is known color: Fire Brick. HEX triplet: BE, 32 and 24. RGB value is (190,50,36). Sum of RGB (Red+Green+Blue) = 190+50+36=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3224 is #41CDDB. Grayscale: #5A5A5A. Windows color (decimal): -4312540 or 2372286. OLE color: 2372286.

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

Color convert

RGB 190 50 36 -
CMYK 0 0.74 0.81 0.25
HSL 5.45º 0.68% 0.44% -
HSV(B) 5.45º 0.81% 0.75% -
XYZ 22.69 13.36 3.05 -
YUV 90.26 97.38 199.14 -
System Red Green Blue C M Y K H S L
Decimal 190 50 36 0 0.74 0.81 0.25 5.45 0.68 0.44
Hex BE 32 24 0 4A 51 19 5 44 2C
Octal 276 62 44 0 112 121 31 5 104 54
Binary 10111110 110010 100100 0 1001010 1010001 11001 101 1000100 101100

Color Harmonies of #BE3224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3224

Black with #BE3224

Text Example


Text Example

White with #BE3224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3224; }

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

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

background-color css

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

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

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

border-color css

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

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

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