Html Css Color HEX #BC2F33 Mahogany

📋 copy color: '#BC2F33'

red 188 ◦ green 47 ◦ blue 51

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

Shades of Mahogany #BC2F33

Tints of Mahogany #BC2F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.43%

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

R = 65.73%
G = 16.43%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC2F33 (or 0xBC2F33) is known color: Mahogany. HEX triplet: BC, 2F and 33. RGB value is (188,47,51). Sum of RGB (Red+Green+Blue) = 188+47+51=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2F33 is #43D0CC. Grayscale: #595959. Windows color (decimal): -4444365 or 3354556. OLE color: 3354556.

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

Color convert

RGB 188 47 51 -
CMYK 0 0.75 0.73 0.26
HSL 358.3º 0.6% 0.46% -
HSV(B) 358.3º 0.75% 0.74% -
XYZ 22.35 12.96 4.46 -
YUV 89.62 106.21 198.17 -
System Red Green Blue C M Y K H S L
Decimal 188 47 51 0 0.75 0.73 0.26 358.3 0.6 0.46
Hex BC 2F 33 0 4B 49 1A 166 3C 2E
Octal 274 57 63 0 113 111 32 546 74 56
Binary 10111100 101111 110011 0 1001011 1001001 11010 101100110 111100 101110

Color Harmonies of #BC2F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2F33

Black with #BC2F33

Text Example


Text Example

White with #BC2F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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