Html Css Color HEX #BC2D31 Mahogany

📋 copy color: '#BC2D31'

red 188 ◦ green 45 ◦ blue 49

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

Shades of Mahogany #BC2D31

Tints of Mahogany #BC2D31

RGB

 RED value IS 188 (73.83% from 255) = 66.67%

 GREEN value IS 45 (17.97% from 255) = 15.96%

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

R = 66.67%
G = 15.96%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC2D31 (or 0xBC2D31) is known color: Mahogany. HEX triplet: BC, 2D and 31. RGB value is (188,45,49). Sum of RGB (Red+Green+Blue) = 188+45+49=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D31 is #43D2CE. Grayscale: #585858. Windows color (decimal): -4444879 or 3222972. OLE color: 3222972.

HSL color Cylindrical-coordinate representation of color #BC2D31: hue angle of 358.32º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC2D31 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 45 49 -
CMYK 0 0.76 0.74 0.26
HSL 358.32º 0.61% 0.46% -
HSV(B) 358.32º 0.76% 0.74% -
XYZ 22.23 12.79 4.2 -
YUV 88.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 188 45 49 0 0.76 0.74 0.26 358.32 0.61 0.46
Hex BC 2D 31 0 4C 4A 1A 166 3D 2E
Octal 274 55 61 0 114 112 32 546 75 56
Binary 10111100 101101 110001 0 1001100 1001010 11010 101100110 111101 101110

Color Harmonies of #BC2D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D31

Black with #BC2D31

Text Example


Text Example

White with #BC2D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D31; }

 p { color: rgb(188,45,49); }

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

background-color css

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

 a { background-color: rgb(188,45,49); }

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

border-color css

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

 span { border-color: rgb(188,45,49); }

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