Html Css Color HEX #BC282C Mahogany

📋 copy color: '#BC282C'

red 188 ◦ green 40 ◦ blue 44

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

Shades of Mahogany #BC282C

Tints of Mahogany #BC282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.71%

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 69.12%
G = 14.71%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC282C (or 0xBC282C) is known color: Mahogany. HEX triplet: BC, 28 and 2C. RGB value is (188,40,44). Sum of RGB (Red+Green+Blue) = 188+40+44=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC282C is #43D7D3. Grayscale: #545454. Windows color (decimal): -4446164 or 2894012. OLE color: 2894012.

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

Color convert

RGB 188 40 44 -
CMYK 0 0.79 0.77 0.26
HSL 358.38º 0.65% 0.45% -
HSV(B) 358.38º 0.79% 0.74% -
XYZ 21.95 12.39 3.62 -
YUV 84.71 105.03 201.67 -
System Red Green Blue C M Y K H S L
Decimal 188 40 44 0 0.79 0.77 0.26 358.38 0.65 0.45
Hex BC 28 2C 0 4F 4D 1A 166 41 2D
Octal 274 50 54 0 117 115 32 546 101 55
Binary 10111100 101000 101100 0 1001111 1001101 11010 101100110 1000001 101101

Color Harmonies of #BC282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC282C

Black with #BC282C

Text Example


Text Example

White with #BC282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC282C; }

 p { color: rgb(188,40,44); }

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

background-color css

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

 a { background-color: rgb(188,40,44); }

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

border-color css

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

 span { border-color: rgb(188,40,44); }

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