Html Css Color HEX #BE2A31 Mahogany

📋 copy color: '#BE2A31'

red 190 ◦ green 42 ◦ blue 49

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

Shades of Mahogany #BE2A31

Tints of Mahogany #BE2A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.44%

R = 67.62%
G = 14.95%
B = 17.44%

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

#BE2A31 (or 0xBE2A31) is known color: Mahogany. HEX triplet: BE, 2A and 31. RGB value is (190,42,49). Sum of RGB (Red+Green+Blue) = 190+42+49=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A31 is #41D5CE. Grayscale: #575757. Windows color (decimal): -4314575 or 3222206. OLE color: 3222206.

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

Color convert

RGB 190 42 49 -
CMYK 0 0.78 0.74 0.25
HSL 357.16º 0.64% 0.45% -
HSV(B) 357.16º 0.78% 0.75% -
XYZ 22.62 12.82 4.19 -
YUV 87.05 106.53 201.43 -
System Red Green Blue C M Y K H S L
Decimal 190 42 49 0 0.78 0.74 0.25 357.16 0.64 0.45
Hex BE 2A 31 0 4E 4A 19 165 40 2D
Octal 276 52 61 0 116 112 31 545 100 55
Binary 10111110 101010 110001 0 1001110 1001010 11001 101100101 1000000 101101

Color Harmonies of #BE2A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A31

Black with #BE2A31

Text Example


Text Example

White with #BE2A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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