Html Css Color HEX #BC363A Mahogany

📋 copy color: '#BC363A'

red 188 ◦ green 54 ◦ blue 58

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

Shades of Mahogany #BC363A

Tints of Mahogany #BC363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

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

R = 62.67%
G = 18%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC363A (or 0xBC363A) is known color: Mahogany. HEX triplet: BC, 36 and 3A. RGB value is (188,54,58). Sum of RGB (Red+Green+Blue) = 188+54+58=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC363A is #43C9C5. Grayscale: #5E5E5E. Windows color (decimal): -4442566 or 3815100. OLE color: 3815100.

HSL color Cylindrical-coordinate representation of color #BC363A: hue angle of 358.21º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC363A is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 54 58 -
CMYK 0 0.71 0.69 0.26
HSL 358.21º 0.55% 0.47% -
HSV(B) 358.21º 0.71% 0.74% -
XYZ 22.82 13.64 5.43 -
YUV 94.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 188 54 58 0 0.71 0.69 0.26 358.21 0.55 0.47
Hex BC 36 3A 0 47 45 1A 166 37 2F
Octal 274 66 72 0 107 105 32 546 67 57
Binary 10111100 110110 111010 0 1000111 1000101 11010 101100110 110111 101111

Color Harmonies of #BC363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC363A

Black with #BC363A

Text Example


Text Example

White with #BC363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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