Html Css Color HEX #BC272B Mahogany

📋 copy color: '#BC272B'

red 188 ◦ green 39 ◦ blue 43

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

Shades of Mahogany #BC272B

Tints of Mahogany #BC272B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 69.63%
G = 14.44%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC272B (or 0xBC272B) is known color: Mahogany. HEX triplet: BC, 27 and 2B. RGB value is (188,39,43). Sum of RGB (Red+Green+Blue) = 188+39+43=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC272B is #43D8D4. Grayscale: #545454. Windows color (decimal): -4446421 or 2828220. OLE color: 2828220.

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

Color convert

RGB 188 39 43 -
CMYK 0 0.79 0.77 0.26
HSL 358.39º 0.66% 0.45% -
HSV(B) 358.39º 0.79% 0.74% -
XYZ 21.9 12.32 3.51 -
YUV 84.01 104.86 202.17 -
System Red Green Blue C M Y K H S L
Decimal 188 39 43 0 0.79 0.77 0.26 358.39 0.66 0.45
Hex BC 27 2B 0 4F 4D 1A 166 42 2D
Octal 274 47 53 0 117 115 32 546 102 55
Binary 10111100 100111 101011 0 1001111 1001101 11010 101100110 1000010 101101

Color Harmonies of #BC272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC272B

Black with #BC272B

Text Example


Text Example

White with #BC272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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