Html Css Color HEX #BE2C33 Mahogany

📋 copy color: '#BE2C33'

red 190 ◦ green 44 ◦ blue 51

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

Shades of Mahogany #BE2C33

Tints of Mahogany #BE2C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.89%

R = 66.67%
G = 15.44%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE2C33 (or 0xBE2C33) is known color: Mahogany. HEX triplet: BE, 2C and 33. RGB value is (190,44,51). Sum of RGB (Red+Green+Blue) = 190+44+51=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C33 is #41D3CC. Grayscale: #585858. Windows color (decimal): -4314061 or 3353790. OLE color: 3353790.

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

Color convert

RGB 190 44 51 -
CMYK 0 0.77 0.73 0.25
HSL 357.12º 0.62% 0.46% -
HSV(B) 357.12º 0.77% 0.75% -
XYZ 22.73 12.99 4.44 -
YUV 88.45 106.87 200.43 -
System Red Green Blue C M Y K H S L
Decimal 190 44 51 0 0.77 0.73 0.25 357.12 0.62 0.46
Hex BE 2C 33 0 4D 49 19 165 3E 2E
Octal 276 54 63 0 115 111 31 545 76 56
Binary 10111110 101100 110011 0 1001101 1001001 11001 101100101 111110 101110

Color Harmonies of #BE2C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C33

Black with #BE2C33

Text Example


Text Example

White with #BE2C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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