Html Css Color HEX #BC3033 Mahogany

📋 copy color: '#BC3033'

red 188 ◦ green 48 ◦ blue 51

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

Shades of Mahogany #BC3033

Tints of Mahogany #BC3033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.72%

 BLUE value IS 51 (20.31% from 255) = 17.77%

R = 65.51%
G = 16.72%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC3033 (or 0xBC3033) is known color: Mahogany. HEX triplet: BC, 30 and 33. RGB value is (188,48,51). Sum of RGB (Red+Green+Blue) = 188+48+51=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3033 is #43CFCC. Grayscale: #5A5A5A. Windows color (decimal): -4444109 or 3354812. OLE color: 3354812.

HSL color Cylindrical-coordinate representation of color #BC3033: hue angle of 358.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3033 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 48 51 -
CMYK 0 0.74 0.73 0.26
HSL 358.71º 0.59% 0.46% -
HSV(B) 358.71º 0.74% 0.74% -
XYZ 22.39 13.04 4.47 -
YUV 90.2 105.88 197.76 -
System Red Green Blue C M Y K H S L
Decimal 188 48 51 0 0.74 0.73 0.26 358.71 0.59 0.46
Hex BC 30 33 0 4A 49 1A 167 3B 2E
Octal 274 60 63 0 112 111 32 547 73 56
Binary 10111100 110000 110011 0 1001010 1001001 11010 101100111 111011 101110

Color Harmonies of #BC3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3033

Black with #BC3033

Text Example


Text Example

White with #BC3033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3033; }

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

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

background-color css

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

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

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

border-color css

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

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

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