Html Css Color HEX #BE2C2D Mahogany

📋 copy color: '#BE2C2D'

red 190 ◦ green 44 ◦ blue 45

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

Shades of Mahogany #BE2C2D

Tints of Mahogany #BE2C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.77%

 BLUE value IS 45 (17.97% from 255) = 16.13%

R = 68.1%
G = 15.77%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE2C2D (or 0xBE2C2D) is known color: Mahogany. HEX triplet: BE, 2C and 2D. RGB value is (190,44,45). Sum of RGB (Red+Green+Blue) = 190+44+45=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C2D is #41D3D2. Grayscale: #575757. Windows color (decimal): -4314067 or 2960574. OLE color: 2960574.

HSL color Cylindrical-coordinate representation of color #BE2C2D: hue angle of 359.59º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2C2D is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 44 45 -
CMYK 0 0.77 0.76 0.25
HSL 359.59º 0.62% 0.46% -
HSV(B) 359.59º 0.77% 0.75% -
XYZ 22.61 12.94 3.79 -
YUV 87.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 190 44 45 0 0.77 0.76 0.25 359.59 0.62 0.46
Hex BE 2C 2D 0 4D 4C 19 168 3E 2E
Octal 276 54 55 0 115 114 31 550 76 56
Binary 10111110 101100 101101 0 1001101 1001100 11001 101101000 111110 101110

Color Harmonies of #BE2C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C2D

Black with #BE2C2D

Text Example


Text Example

White with #BE2C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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