Html Css Color HEX #BC383A Mahogany

📋 copy color: '#BC383A'

red 188 ◦ green 56 ◦ blue 58

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

Shades of Mahogany #BC383A

Tints of Mahogany #BC383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 62.25%
G = 18.54%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC383A (or 0xBC383A) is known color: Mahogany. HEX triplet: BC, 38 and 3A. RGB value is (188,56,58). Sum of RGB (Red+Green+Blue) = 188+56+58=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC383A is #43C7C5. Grayscale: #5F5F5F. Windows color (decimal): -4442054 or 3815612. OLE color: 3815612.

HSL color Cylindrical-coordinate representation of color #BC383A: hue angle of 359.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC383A is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 56 58 -
CMYK 0 0.70 0.69 0.26
HSL 359.09º 0.54% 0.48% -
HSV(B) 359.09º 0.7% 0.74% -
XYZ 22.92 13.83 5.46 -
YUV 95.7 106.73 193.84 -
System Red Green Blue C M Y K H S L
Decimal 188 56 58 0 0.70 0.69 0.26 359.09 0.54 0.48
Hex BC 38 3A 0 46 45 1A 167 36 30
Octal 274 70 72 0 106 105 32 547 66 60
Binary 10111100 111000 111010 0 1000110 1000101 11010 101100111 110110 110000

Color Harmonies of #BC383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC383A

Black with #BC383A

Text Example


Text Example

White with #BC383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC383A; }

 p { color: rgb(188,56,58); }

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

background-color css

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

 a { background-color: rgb(188,56,58); }

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

border-color css

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

 span { border-color: rgb(188,56,58); }

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