Html Css Color HEX #BC2B2D Mahogany

📋 copy color: '#BC2B2D'

red 188 ◦ green 43 ◦ blue 45

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

Shades of Mahogany #BC2B2D

Tints of Mahogany #BC2B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.58%

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 68.12%
G = 15.58%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC2B2D (or 0xBC2B2D) is known color: Mahogany. HEX triplet: BC, 2B and 2D. RGB value is (188,43,45). Sum of RGB (Red+Green+Blue) = 188+43+45=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2B2D is #43D4D2. Grayscale: #565656. Windows color (decimal): -4445395 or 2960316. OLE color: 2960316.

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

Color convert

RGB 188 43 45 -
CMYK 0 0.77 0.76 0.26
HSL 359.17º 0.63% 0.45% -
HSV(B) 359.17º 0.77% 0.74% -
XYZ 22.08 12.61 3.75 -
YUV 86.58 104.54 200.34 -
System Red Green Blue C M Y K H S L
Decimal 188 43 45 0 0.77 0.76 0.26 359.17 0.63 0.45
Hex BC 2B 2D 0 4D 4C 1A 167 3F 2D
Octal 274 53 55 0 115 114 32 547 77 55
Binary 10111100 101011 101101 0 1001101 1001100 11010 101100111 111111 101101

Color Harmonies of #BC2B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B2D

Black with #BC2B2D

Text Example


Text Example

White with #BC2B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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