Html Css Color HEX #BC272A Mahogany

📋 copy color: '#BC272A'

red 188 ◦ green 39 ◦ blue 42

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

Shades of Mahogany #BC272A

Tints of Mahogany #BC272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.5%

 BLUE value IS 42 (16.8% from 255) = 15.61%

R = 69.89%
G = 14.5%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC272A (or 0xBC272A) is known color: Mahogany. HEX triplet: BC, 27 and 2A. RGB value is (188,39,42). Sum of RGB (Red+Green+Blue) = 188+39+42=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC272A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC272A is #43D8D5. Grayscale: #545454. Windows color (decimal): -4446422 or 2762684. OLE color: 2762684.

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

Color convert

RGB 188 39 42 -
CMYK 0 0.79 0.78 0.26
HSL 358.79º 0.66% 0.45% -
HSV(B) 358.79º 0.79% 0.74% -
XYZ 21.88 12.31 3.41 -
YUV 83.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 188 39 42 0 0.79 0.78 0.26 358.79 0.66 0.45
Hex BC 27 2A 0 4F 4E 1A 167 42 2D
Octal 274 47 52 0 117 116 32 547 102 55
Binary 10111100 100111 101010 0 1001111 1001110 11010 101100111 1000010 101101

Color Harmonies of #BC272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC272A

Black with #BC272A

Text Example


Text Example

White with #BC272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC272A; }

 p { color: rgb(188,39,42); }

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

background-color css

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

 a { background-color: rgb(188,39,42); }

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

border-color css

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

 span { border-color: rgb(188,39,42); }

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