Html Css Color HEX #BC2A2D Mahogany

📋 copy color: '#BC2A2D'

red 188 ◦ green 42 ◦ blue 45

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

Shades of Mahogany #BC2A2D

Tints of Mahogany #BC2A2D

RGB

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

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

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

R = 68.36%
G = 15.27%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC2A2D (or 0xBC2A2D) is known color: Mahogany. HEX triplet: BC, 2A and 2D. RGB value is (188,42,45). Sum of RGB (Red+Green+Blue) = 188+42+45=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2A2D is #43D5D2. Grayscale: #565656. Windows color (decimal): -4445651 or 2960060. OLE color: 2960060.

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

Color convert

RGB 188 42 45 -
CMYK 0 0.78 0.76 0.26
HSL 358.77º 0.63% 0.45% -
HSV(B) 358.77º 0.78% 0.74% -
XYZ 22.04 12.54 3.74 -
YUV 86 104.87 200.76 -
System Red Green Blue C M Y K H S L
Decimal 188 42 45 0 0.78 0.76 0.26 358.77 0.63 0.45
Hex BC 2A 2D 0 4E 4C 1A 167 3F 2D
Octal 274 52 55 0 116 114 32 547 77 55
Binary 10111100 101010 101101 0 1001110 1001100 11010 101100111 111111 101101

Color Harmonies of #BC2A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2A2D

Black with #BC2A2D

Text Example


Text Example

White with #BC2A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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