Html Css Color HEX #BC2C2F Mahogany

📋 copy color: '#BC2C2F'

red 188 ◦ green 44 ◦ blue 47

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

Shades of Mahogany #BC2C2F

Tints of Mahogany #BC2C2F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.77%

 BLUE value IS 47 (18.75% from 255) = 16.85%

R = 67.38%
G = 15.77%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC2C2F (or 0xBC2C2F) is known color: Mahogany. HEX triplet: BC, 2C and 2F. RGB value is (188,44,47). Sum of RGB (Red+Green+Blue) = 188+44+47=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2C2F is #43D3D0. Grayscale: #575757. Windows color (decimal): -4445137 or 3091644. OLE color: 3091644.

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

Color convert

RGB 188 44 47 -
CMYK 0 0.77 0.75 0.26
HSL 358.75º 0.62% 0.45% -
HSV(B) 358.75º 0.77% 0.74% -
XYZ 22.15 12.7 3.97 -
YUV 87.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 188 44 47 0 0.77 0.75 0.26 358.75 0.62 0.45
Hex BC 2C 2F 0 4D 4B 1A 167 3E 2D
Octal 274 54 57 0 115 113 32 547 76 55
Binary 10111100 101100 101111 0 1001101 1001011 11010 101100111 111110 101101

Color Harmonies of #BC2C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C2F

Black with #BC2C2F

Text Example


Text Example

White with #BC2C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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