Html Css Color HEX #BC282A Mahogany

📋 copy color: '#BC282A'

red 188 ◦ green 40 ◦ blue 42

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

Shades of Mahogany #BC282A

Tints of Mahogany #BC282A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.56%

R = 69.63%
G = 14.81%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC282A (or 0xBC282A) is known color: Mahogany. HEX triplet: BC, 28 and 2A. RGB value is (188,40,42). Sum of RGB (Red+Green+Blue) = 188+40+42=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC282A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC282A is #43D7D5. Grayscale: #545454. Windows color (decimal): -4446166 or 2762940. OLE color: 2762940.

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

Color convert

RGB 188 40 42 -
CMYK 0 0.79 0.78 0.26
HSL 359.19º 0.65% 0.45% -
HSV(B) 359.19º 0.79% 0.74% -
XYZ 21.92 12.38 3.42 -
YUV 84.48 104.03 201.84 -
System Red Green Blue C M Y K H S L
Decimal 188 40 42 0 0.79 0.78 0.26 359.19 0.65 0.45
Hex BC 28 2A 0 4F 4E 1A 167 41 2D
Octal 274 50 52 0 117 116 32 547 101 55
Binary 10111100 101000 101010 0 1001111 1001110 11010 101100111 1000001 101101

Color Harmonies of #BC282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC282A

Black with #BC282A

Text Example


Text Example

White with #BC282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC282A; }

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

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

background-color css

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

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

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

border-color css

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

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

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