Html Css Color HEX #BC3836 Medium Carmine

📋 copy color: '#BC3836'

red 188 ◦ green 56 ◦ blue 54

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

Shades of Medium Carmine #BC3836

Tints of Medium Carmine #BC3836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.12%

R = 63.09%
G = 18.79%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC3836 (or 0xBC3836) is known color: Medium Carmine. HEX triplet: BC, 38 and 36. RGB value is (188,56,54). Sum of RGB (Red+Green+Blue) = 188+56+54=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3836 is #43C7C9. Grayscale: #5F5F5F. Windows color (decimal): -4442058 or 3553468. OLE color: 3553468.

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

Color convert

RGB 188 56 54 -
CMYK 0 0.70 0.71 0.26
HSL 0.9º 0.55% 0.47% -
HSV(B) 0.9º 0.71% 0.74% -
XYZ 22.82 13.79 4.95 -
YUV 95.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 188 56 54 0 0.70 0.71 0.26 0.9 0.55 0.47
Hex BC 38 36 0 46 47 1A 1 37 2F
Octal 274 70 66 0 106 107 32 1 67 57
Binary 10111100 111000 110110 0 1000110 1000111 11010 1 110111 101111

Color Harmonies of #BC3836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3836

Black with #BC3836

Text Example


Text Example

White with #BC3836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3836; }

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

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

background-color css

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

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

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

border-color css

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

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

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