Html Css Color HEX #BE2A32 Mahogany

📋 copy color: '#BE2A32'

red 190 ◦ green 42 ◦ blue 50

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

Shades of Mahogany #BE2A32

Tints of Mahogany #BE2A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.89%

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 67.38%
G = 14.89%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE2A32 (or 0xBE2A32) is known color: Mahogany. HEX triplet: BE, 2A and 32. RGB value is (190,42,50). Sum of RGB (Red+Green+Blue) = 190+42+50=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A32 is #41D5CD. Grayscale: #575757. Windows color (decimal): -4314574 or 3287742. OLE color: 3287742.

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

Color convert

RGB 190 42 50 -
CMYK 0 0.78 0.74 0.25
HSL 356.76º 0.64% 0.45% -
HSV(B) 356.76º 0.78% 0.75% -
XYZ 22.64 12.83 4.3 -
YUV 87.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 190 42 50 0 0.78 0.74 0.25 356.76 0.64 0.45
Hex BE 2A 32 0 4E 4A 19 165 40 2D
Octal 276 52 62 0 116 112 31 545 100 55
Binary 10111110 101010 110010 0 1001110 1001010 11001 101100101 1000000 101101

Color Harmonies of #BE2A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A32

Black with #BE2A32

Text Example


Text Example

White with #BE2A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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