Html Css Color HEX #BC2930 Mahogany

📋 copy color: '#BC2930'

red 188 ◦ green 41 ◦ blue 48

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

Shades of Mahogany #BC2930

Tints of Mahogany #BC2930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.8%

 BLUE value IS 48 (19.14% from 255) = 17.33%

R = 67.87%
G = 14.8%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC2930 (or 0xBC2930) is known color: Mahogany. HEX triplet: BC, 29 and 30. RGB value is (188,41,48). Sum of RGB (Red+Green+Blue) = 188+41+48=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2930 is #43D6CF. Grayscale: #555555. Windows color (decimal): -4445904 or 3156412. OLE color: 3156412.

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

Color convert

RGB 188 41 48 -
CMYK 0 0.78 0.74 0.26
HSL 357.14º 0.64% 0.45% -
HSV(B) 357.14º 0.78% 0.74% -
XYZ 22.07 12.49 4.04 -
YUV 85.75 106.7 200.93 -
System Red Green Blue C M Y K H S L
Decimal 188 41 48 0 0.78 0.74 0.26 357.14 0.64 0.45
Hex BC 29 30 0 4E 4A 1A 165 40 2D
Octal 274 51 60 0 116 112 32 545 100 55
Binary 10111100 101001 110000 0 1001110 1001010 11010 101100101 1000000 101101

Color Harmonies of #BC2930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2930

Black with #BC2930

Text Example


Text Example

White with #BC2930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2930; }

 p { color: rgb(188,41,48); }

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

background-color css

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

 a { background-color: rgb(188,41,48); }

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

border-color css

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

 span { border-color: rgb(188,41,48); }

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