Html Css Color HEX #BC2528 Mahogany

📋 copy color: '#BC2528'

red 188 ◦ green 37 ◦ blue 40

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

Shades of Mahogany #BC2528

Tints of Mahogany #BC2528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

 BLUE value IS 40 (16.02% from 255) = 15.09%

R = 70.94%
G = 13.96%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC2528 (or 0xBC2528) is known color: Mahogany. HEX triplet: BC, 25 and 28. RGB value is (188,37,40). Sum of RGB (Red+Green+Blue) = 188+37+40=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2528 is #43DAD7. Grayscale: #525252. Windows color (decimal): -4446936 or 2631100. OLE color: 2631100.

HSL color Cylindrical-coordinate representation of color #BC2528: hue angle of 358.81º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2528 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 40 -
CMYK 0 0.80 0.79 0.26
HSL 358.81º 0.67% 0.44% -
HSV(B) 358.81º 0.8% 0.74% -
XYZ 21.78 12.17 3.21 -
YUV 82.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 188 37 40 0 0.80 0.79 0.26 358.81 0.67 0.44
Hex BC 25 28 0 50 4F 1A 167 43 2C
Octal 274 45 50 0 120 117 32 547 103 54
Binary 10111100 100101 101000 0 1010000 1001111 11010 101100111 1000011 101100

Color Harmonies of #BC2528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2528

Black with #BC2528

Text Example


Text Example

White with #BC2528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2528; }

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

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

background-color css

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

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

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

border-color css

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

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

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