Html Css Color HEX #BC3034 Mahogany

📋 copy color: '#BC3034'

red 188 ◦ green 48 ◦ blue 52

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

Shades of Mahogany #BC3034

Tints of Mahogany #BC3034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.06%

R = 65.28%
G = 16.67%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC3034 (or 0xBC3034) is known color: Mahogany. HEX triplet: BC, 30 and 34. RGB value is (188,48,52). Sum of RGB (Red+Green+Blue) = 188+48+52=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3034 is #43CFCB. Grayscale: #5A5A5A. Windows color (decimal): -4444108 or 3420348. OLE color: 3420348.

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

Color convert

RGB 188 48 52 -
CMYK 0 0.74 0.72 0.26
HSL 358.29º 0.59% 0.46% -
HSV(B) 358.29º 0.74% 0.74% -
XYZ 22.42 13.05 4.59 -
YUV 90.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 188 48 52 0 0.74 0.72 0.26 358.29 0.59 0.46
Hex BC 30 34 0 4A 48 1A 166 3B 2E
Octal 274 60 64 0 112 110 32 546 73 56
Binary 10111100 110000 110100 0 1001010 1001000 11010 101100110 111011 101110

Color Harmonies of #BC3034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3034

Black with #BC3034

Text Example


Text Example

White with #BC3034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3034; }

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

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

background-color css

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

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

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

border-color css

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

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

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