Html Css Color HEX #BC3435 Mahogany

📋 copy color: '#BC3435'

red 188 ◦ green 52 ◦ blue 53

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

Shades of Mahogany #BC3435

Tints of Mahogany #BC3435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.75%

 BLUE value IS 53 (21.09% from 255) = 18.09%

R = 64.16%
G = 17.75%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC3435 (or 0xBC3435) is known color: Mahogany. HEX triplet: BC, 34 and 35. RGB value is (188,52,53). Sum of RGB (Red+Green+Blue) = 188+52+53=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3435 is #43CBCA. Grayscale: #5C5C5C. Windows color (decimal): -4443083 or 3486908. OLE color: 3486908.

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

Color convert

RGB 188 52 53 -
CMYK 0 0.72 0.72 0.26
HSL 359.56º 0.57% 0.47% -
HSV(B) 359.56º 0.72% 0.74% -
XYZ 22.61 13.4 4.76 -
YUV 92.78 105.56 195.92 -
System Red Green Blue C M Y K H S L
Decimal 188 52 53 0 0.72 0.72 0.26 359.56 0.57 0.47
Hex BC 34 35 0 48 48 1A 168 39 2F
Octal 274 64 65 0 110 110 32 550 71 57
Binary 10111100 110100 110101 0 1001000 1001000 11010 101101000 111001 101111

Color Harmonies of #BC3435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3435

Black with #BC3435

Text Example


Text Example

White with #BC3435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3435; }

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

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

background-color css

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

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

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

border-color css

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

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

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