Html Css Color HEX #BE2D24 Fire Brick

📋 copy color: '#BE2D24'

red 190 ◦ green 45 ◦ blue 36

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

Shades of Fire Brick #BE2D24

Tints of Fire Brick #BE2D24

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.61%

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

R = 70.11%
G = 16.61%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE2D24 (or 0xBE2D24) is known color: Fire Brick. HEX triplet: BE, 2D and 24. RGB value is (190,45,36). Sum of RGB (Red+Green+Blue) = 190+45+36=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D24 is #41D2DB. Grayscale: #575757. Windows color (decimal): -4313820 or 2371006. OLE color: 2371006.

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

Color convert

RGB 190 45 36 -
CMYK 0 0.76 0.81 0.25
HSL 3.51º 0.68% 0.44% -
HSV(B) 3.51º 0.81% 0.75% -
XYZ 22.49 12.95 2.98 -
YUV 87.33 99.04 201.23 -
System Red Green Blue C M Y K H S L
Decimal 190 45 36 0 0.76 0.81 0.25 3.51 0.68 0.44
Hex BE 2D 24 0 4C 51 19 4 44 2C
Octal 276 55 44 0 114 121 31 4 104 54
Binary 10111110 101101 100100 0 1001100 1010001 11001 100 1000100 101100

Color Harmonies of #BE2D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D24

Black with #BE2D24

Text Example


Text Example

White with #BE2D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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