Html Css Color HEX #BC282B Mahogany

📋 copy color: '#BC282B'

red 188 ◦ green 40 ◦ blue 43

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

Shades of Mahogany #BC282B

Tints of Mahogany #BC282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.87%

R = 69.37%
G = 14.76%
B = 15.87%

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

#BC282B (or 0xBC282B) is known color: Mahogany. HEX triplet: BC, 28 and 2B. RGB value is (188,40,43). Sum of RGB (Red+Green+Blue) = 188+40+43=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC282B is #43D7D4. Grayscale: #545454. Windows color (decimal): -4446165 or 2828476. OLE color: 2828476.

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

Color convert

RGB 188 40 43 -
CMYK 0 0.79 0.77 0.26
HSL 358.78º 0.65% 0.45% -
HSV(B) 358.78º 0.79% 0.74% -
XYZ 21.93 12.38 3.52 -
YUV 84.59 104.53 201.76 -
System Red Green Blue C M Y K H S L
Decimal 188 40 43 0 0.79 0.77 0.26 358.78 0.65 0.45
Hex BC 28 2B 0 4F 4D 1A 167 41 2D
Octal 274 50 53 0 117 115 32 547 101 55
Binary 10111100 101000 101011 0 1001111 1001101 11010 101100111 1000001 101101

Color Harmonies of #BC282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC282B

Black with #BC282B

Text Example


Text Example

White with #BC282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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