Html Css Color HEX #BE2728 Mahogany

📋 copy color: '#BE2728'

red 190 ◦ green 39 ◦ blue 40

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

Shades of Mahogany #BE2728

Tints of Mahogany #BE2728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.5%

 BLUE value IS 40 (16.02% from 255) = 14.87%

R = 70.63%
G = 14.5%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE2728 (or 0xBE2728) is known color: Mahogany. HEX triplet: BE, 27 and 28. RGB value is (190,39,40). Sum of RGB (Red+Green+Blue) = 190+39+40=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2728 is #41D8D7. Grayscale: #545454. Windows color (decimal): -4315352 or 2631614. OLE color: 2631614.

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

Color convert

RGB 190 39 40 -
CMYK 0 0.79 0.79 0.25
HSL 359.6º 0.66% 0.45% -
HSV(B) 359.6º 0.79% 0.75% -
XYZ 22.34 12.55 3.25 -
YUV 84.26 103.03 203.42 -
System Red Green Blue C M Y K H S L
Decimal 190 39 40 0 0.79 0.79 0.25 359.6 0.66 0.45
Hex BE 27 28 0 4F 4F 19 168 42 2D
Octal 276 47 50 0 117 117 31 550 102 55
Binary 10111110 100111 101000 0 1001111 1001111 11001 101101000 1000010 101101

Color Harmonies of #BE2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2728

Black with #BE2728

Text Example


Text Example

White with #BE2728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2728; }

 p { color: rgb(190,39,40); }

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

background-color css

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

 a { background-color: rgb(190,39,40); }

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

border-color css

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

 span { border-color: rgb(190,39,40); }

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